From 00c9dafd5f504a2097fd405989c56d994b186209 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 16 Nov 2020 17:46:48 +0100 Subject: [PATCH] telling us once about a change is enough [ci skip] (cherry picked from commit 3e5e029ef8c480d73e847fde546551c9416c948e) --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9e0ca63b30..e1b638a056 100644 --- a/changelog.md +++ b/changelog.md @@ -18,12 +18,12 @@ - Added `asyncdispatch.activeDescriptors` that returns the number of currently active async event handles/file descriptors -- Added `asyncdispatch.maxDescriptors` that returns the maximum number of - active async event handles/file descriptors. ## Language changes +- `nimscript` now handles `except Exception as e` + - The `cstring` doesn't support `[]=` operator in JS backend.