diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-30 11:14:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 20:14:39 +0200 |
commit | 72988509ba0859a5bdfb43a78273c2de26c3d6dc (patch) | |
tree | a996b9afc2120a0d63cae92b0106cb1176c546d9 /changelog.md | |
parent | 5ecbe6737110bd3fb9a85c2582409483fb5494b0 (diff) | |
download | Nim-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.md | 2 |
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`. |