summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-11-16 17:46:48 +0100
committernarimiran <narimiran@disroot.org>2020-11-16 17:46:48 +0100
commit3e5e029ef8c480d73e847fde546551c9416c948e (patch)
tree471c375149c21073a8672731f020d5de1fa25643
parent4213f7a6c90bbb593decced8a27b563fd9d36f6f (diff)
downloadNim-3e5e029ef8c480d73e847fde546551c9416c948e.tar.gz
telling us once about a change is enough [ci skip]
-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.