Skip to content

Commit

Permalink
Add changelog about changes to ReachabilityFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 31, 2024
1 parent 08a62bd commit 83ce40f
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 @@ -27,6 +27,8 @@ Line wrap the file at 100 chars. Th
- Breaking: Mark `SCNetworkReachability::schedule_with_runloop` and `unschedule_from_runloop` as
`unsafe`. They accept a raw pointer that it dereferences. Figuring out a safe API around this is
left as an exercise for the future.
- Breaking: `ReachabilityFlags` no longer implements `Ord` or `PartialOrd`. It also replaces the
`from_bits_unchecked` constructor with other (safe) `from_bits_*` constructors.

### Fixed
- Fix memory leak in `SCNetworkReachability::set_callback`.
Expand Down

0 comments on commit 83ce40f

Please sign in to comment.