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 f3a13c2 commit 79f2d0eCopy full SHA for 79f2d0e
CHANGELOG.md
@@ -3,9 +3,11 @@
3
## notify 8.2.0 (unreleased)
4
- FEATURE: notify a user if the `max_user_watches` has been reached implicitly (`INotifyWatcher`) [#698]
5
- FIX: `INotifyWatcher` ignores events with unknown watch descriptors (instead of `EventMask::Q_OVERFLOW`) [#700]
6
+- FEATURE: deprecate `Watcher::paths_mut` and introduce `update_paths` [#705]
7
8
[#698]: https://github.com/notify-rs/notify/pull/698
9
[#700]: https://github.com/notify-rs/notify/pull/700
10
+[#705]: https://github.com/notify-rs/notify/pull/705
11
12
## notify 8.1.0 (2025-07-03)
13
- FEATURE: added support for the [`flume`](https://docs.rs/flume) crate
0 commit comments