We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a62bd commit 83ce40fCopy full SHA for 83ce40f
CHANGELOG.md
@@ -27,6 +27,8 @@ Line wrap the file at 100 chars. Th
27
- Breaking: Mark `SCNetworkReachability::schedule_with_runloop` and `unschedule_from_runloop` as
28
`unsafe`. They accept a raw pointer that it dereferences. Figuring out a safe API around this is
29
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.
32
33
### Fixed
34
- Fix memory leak in `SCNetworkReachability::set_callback`.
0 commit comments