Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu authored Jun 9, 2024
1 parent ff11f54 commit 49e659a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# UNRELEASED
- Add [`SocketError`] trait
- Add [`BadParameter`] type in [`HostNewError`]
- Add [`Host::now`] to get the current time according to ENet
- Allow [`ReadWrite`] in `#![no_std]` environments
- Change [`Host::set_mtu`] and [`Peer::set_mtu`] to take `&mut self` instead of `&self`
- Add `SocketError` trait
- Add `BadParameter` type in `HostNewError`
- Add `Host::now` to get the current time according to ENet
- Allow `ReadWrite` in `#![no_std]` environments
- Change `Host::set_mtu` and `Peer::set_mtu` to take `&mut self` instead of `&self`

# 0.2.0
- Compatible with ENet 1.3.18
Expand Down

0 comments on commit 49e659a

Please sign in to comment.