summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--changelog.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index e50be6de3..200214ff3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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.