Skip to content

Commit 83ce40f

Browse files
committed
Add changelog about changes to ReachabilityFlags
1 parent 08a62bd commit 83ce40f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Line wrap the file at 100 chars. Th
2727
- Breaking: Mark `SCNetworkReachability::schedule_with_runloop` and `unschedule_from_runloop` as
2828
`unsafe`. They accept a raw pointer that it dereferences. Figuring out a safe API around this is
2929
left as an exercise for the future.
30+
- Breaking: `ReachabilityFlags` no longer implements `Ord` or `PartialOrd`. It also replaces the
31+
`from_bits_unchecked` constructor with other (safe) `from_bits_*` constructors.
3032

3133
### Fixed
3234
- Fix memory leak in `SCNetworkReachability::set_callback`.

0 commit comments

Comments
 (0)