Skip to content

Commit

Permalink
Update changelog to reflect all changes in 0.7 (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 2, 2020
1 parent a4f1151 commit ad56f9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ information.

## Changed

* The `join_multicast_v4` and `leave_multicast_v4` methods now take their
`Ipv4Addr` arguments by value rather than by reference.
* Various documentation improvements were made around correct usage of `Poll`
and registered event sources. It is recommended to reread the documentation of
at least `event::Source` and `Poll`.
Expand All @@ -55,10 +53,13 @@ information.
* By default Mio now uses a shim implementation. To enable the full
implementation, that uses the OS, enable the `os-oll` feature. To enable the
network types use `tcp`, `udp` and/or `uds`. For more documentation on the
features see docs/features.md.
features see the `feature` module in the API documentation (requires the
`extra-docs` feature).
* The entire Windows implementation was rewritten.
* Various optimisation were made to reduce the number of system calls in
creating and using sockets, e.g. making use of `accept4(2)`.
* The `fmt::Debug` implementation of `Events` is now actually useful as it
prints all `Event`s.

# 0.6.19 (May 28, 2018)

Expand Down

0 comments on commit ad56f9c

Please sign in to comment.