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.