summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-03-30 11:14:39 -0700
committerGitHub <noreply@github.com>2021-03-30 20:14:39 +0200
commit72988509ba0859a5bdfb43a78273c2de26c3d6dc (patch)
treea996b9afc2120a0d63cae92b0106cb1176c546d9 /changelog.md
parent5ecbe6737110bd3fb9a85c2582409483fb5494b0 (diff)
downloadNim-72988509ba0859a5bdfb43a78273c2de26c3d6dc.tar.gz
add getPort to resolve Port(0) (#17559)
* add getPort to resolve Port(0)

* fixup

* use getPort in examples + tests

* address comments: do not re-export Port
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 7452e3182..c234bf174 100644
--- a/changelog.md
+++ b/changelog.md
@@ -71,6 +71,8 @@
 - Added `asyncdispatch.activeDescriptors` that returns the number of currently
   active async event handles/file descriptors.
 
+- Added to `asynchttpserver` `getPort` and `getSocket`.
+
 - `--gc:orc` is now 10% faster than previously for common workloads. If
   you have trouble with its changed behavior, compile with `-d:nimOldOrc`.