diff options
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 cc6732fc1..a9212efbd 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,8 @@ field to help distinguish between ``Event.Error`` events. - The `AsyncFD` type now reflects the fact that the underlying FD is registered in the async dispatcher. +- Implemented an `accept` proc that works on a `SocketHandle` in + ``nativesockets``. - The overloading rules changed slightly so that constrained generics are preferred over unconstrained generics. (Bug #6526) - It is now possible to forward declare object types so that mutually |