telling us once about a change is enough [ci skip]

This commit is contained in:
narimiran
2020-11-16 17:46:48 +01:00
parent 4213f7a6c9
commit 3e5e029ef8

View File

@@ -37,13 +37,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.