diff options
author | Ray Imber <rayimber@gmail.com> | 2019-10-19 14:30:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-19 14:30:10 -0700 |
commit | 91661c16a1ec209982b99554b8a0af5b32b55d0c (patch) | |
tree | 002a5b46a82bd50141173d36d233da0bbb31f47e /changelog.md | |
parent | bec82254486a72c34bc2c78a8aa841d1eca498fd (diff) | |
download | Nim-91661c16a1ec209982b99554b8a0af5b32b55d0c.tar.gz |
Update changelog.md based on feedback from Dom96
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index 7433dba9d..7649b846f 100644 --- a/changelog.md +++ b/changelog.md @@ -7,8 +7,6 @@ ### Breaking changes in the standard library -- `asyncdispatch.drain` now properly takes into account `selector.hasPendingOperations` and only returns once all pending async operations are guaranteed to have completed. -- `asyncdispatch.drain` now consistently uses the passed timeout value for all iterations of the event loop, and not just the first iteration. This is more consistent with the other asyncdispatch apis, and allows `asyncdispatch.drain` to be more efficient. ### Breaking changes in the compiler @@ -24,7 +22,8 @@ ## Library changes - +- `asyncdispatch.drain` now properly takes into account `selector.hasPendingOperations` and only returns once all pending async operations are guaranteed to have completed. +- `asyncdispatch.drain` now consistently uses the passed timeout value for all iterations of the event loop, and not just the first iteration. This is more consistent with the other asyncdispatch apis, and allows `asyncdispatch.drain` to be more efficient. ## Language additions |