Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions notify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
- PERF: [kqueue] avoid filesystem walks for recursive kqueue unwatch
- FEATURE: add `Watcher::watch_with` to pass per-path settings, and `WatchPathConfig::with_dereference_symlinks` to watch a symbolic link itself instead of its destination, which also makes a dangling link watchable [#255]
- FIX: [poll] detect subsecond file mtime changes without content hashing
- FIX: [inotify] never abandon a recursive watch, report what failed instead [#970]
- FIX: [inotify] report the directories a recursive watch could not walk into, rather than leaving their subtrees silently unwatched [#970]

[#255]: https://github.com/notify-rs/notify/issues/255
[#930]: https://github.com/notify-rs/notify/pull/930
[#935]: https://github.com/notify-rs/notify/issues/935
[#958]: https://github.com/notify-rs/notify/pull/958
[#970]: https://github.com/notify-rs/notify/pull/970

## notify 9.0.0-rc.4 (2026-05-02)

Expand Down
Loading