Skip to content

Commit

Permalink
Update CHANGELOG for breaking change to use AsFd
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Dec 31, 2022
1 parent 2440b00 commit 1cee2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
TransientSource is replaced by direct assignment in a parent source.
- **Breaking:** `Timer::current_deadline` returns `Option<Instant>`, so that it can return `None`
in the event of an overflow.
- **Breaking:** Use `AsFd` instead of `AsRawFd`/`RawFd`.

## 0.10.2 -- 2022-11-08

Expand Down

0 comments on commit 1cee2d9

Please sign in to comment.