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 19, 2022
1 parent 147e6b4 commit 78d2fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- **Breaking:** The `TransientSource` is now an opaque type. It provides API methods for removing or
replacing the wrapped source. This mitigates a potential leak of registration data if the
TransientSource is replaced by direct assignment in a parent source.

- **Breaking:** Use `AsFd` instead of `AsRawFd`/`RawFd`.

## 0.10.2 -- 2022-11-08

Expand Down

0 comments on commit 78d2fff

Please sign in to comment.