@@ -14,18 +14,20 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
1414
1515## notify 7.0.0 (unreleased)
1616
17- - CHANGE: raise MSRV to 1.72 [ #569 ] [ #610 ]
17+ - CHANGE: raise MSRV to 1.72 [ #569 ] [ #610 ] ** breaking **
1818- CHANGE: move event type to notify-types crate [ #559 ]
1919- CHANGE: flatten serialization of events and use camelCase [ #558 ]
20- - CHANGE: remove internal use of crossbeam- channels [ #569 ] [ #610 ]
21- - CHANGE: rename feature ` crossbeam ` to ` crossbeam-channels `
20+ - CHANGE: remove internal use of crossbeam channels [ #569 ] [ #610 ]
21+ - CHANGE: rename feature ` crossbeam ` to ` crossbeam-channel ` and disable it by default [ # 610 ] ** breaking **
2222- CHANGE: upgrade mio to 1.0 [ #623 ]
23+ - CHANGE: add log statements [ #499 ]
2324- FIX: prevent UB with illegal instruction for the windows backend [ #604 ] [ #607 ]
2425- FIX: on Linux report deleted directories correctly [ #545 ]
2526- FEATURE: enable kqueue on iOS [ #533 ]
2627- MISC: various minor doc updates and fixes [ #535 ] [ #536 ] [ #543 ] [ #565 ] [ #592 ] [ #595 ]
2728- MISC: update inotify to 0.10 [ #547 ]
2829
30+ [ #499 ] : https://github.com/notify-rs/notify/pull/499
2931[ #533 ] : https://github.com/notify-rs/notify/pull/533
3032[ #535 ] : https://github.com/notify-rs/notify/pull/535
3133[ #536 ] : https://github.com/notify-rs/notify/pull/536
@@ -44,13 +46,16 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
4446
4547## notify-types 1.0.0 (unreleased)
4648
47- New crate containing public type definitions for the notify and debouncer crates.
49+ New crate containing public type definitions for the notify and debouncer crates. [ # 559 ]
4850
4951- CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript;
50- the old behavior can be restored using the new feature flag ` serialization-compat-6 ` [ #558 ] [ #568 ]
52+ the old behavior can be restored using the new feature flag ** breaking** ` serialization-compat-6 ` [ #558 ] [ #568 ]
53+ - CHANGE: use instant crate (which provides an ` Instant ` type that works in Wasm environments) [ #570 ]
5154
5255[ #558 ] : https://github.com/notify-rs/notify/pull/558
56+ [ #559 ] : https://github.com/notify-rs/notify/pull/559
5357[ #568 ] : https://github.com/notify-rs/notify/pull/568
58+ [ #570 ] : https://github.com/notify-rs/notify/pull/570
5459
5560## debouncer-full 0.4.0 (unreleased)
5661
0 commit comments