Skip to content

Commit

Permalink
Add preliminary changelog for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jan 4, 2025
1 parent 19e01e3 commit 8b3329c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.3.0 (unreleased)

* Complete rewrite of the internals in an attempt to make it easier to port.
* The methods on `Config` are now implementation specific.
* Removed the `AsFd` implementation for `Ring` as that might not always be
possible to provide.
* The `net::SocketAddress` is now implemented for the socket address types for
in the standard library, not in libc.
* `net::Connect` no longer implements `Extract` as all socket address types in
the library are `Copy`.
* The `BufSlice` and `BufMutSlice` types now use `IoSlice` and `IoMutSlice` as
wrapper around `libc::iovec`.
* The `msg` module now uses the `MsgData` type as type for message data, instead
of `u32` (though `MsgData` is also `u32`).
* `process::ReceiveSignals` is now a proper `AsyncIter`.

# v0.2.2

* Fix possible overflow in ReadBuf::release
Expand Down

0 comments on commit 8b3329c

Please sign in to comment.