Skip to content
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
- CHANGE: raise MSRV to 1.85 **breaking**
- FIX: Fix the bug that `FsEventWatcher` crashes when dealing with empty path [#718]
- FIX: Fix the bug that `INotifyWatcher` keeps watching deleted paths [#720]
- FIX: Enable Windows to determine File or Folder in events [#722]

[#718]: https://github.com/notify-rs/notify/pull/718
[#720]: https://github.com/notify-rs/notify/pull/720
[#722]: https://github.com/notify-rs/notify/pull/722

## notify 8.2.0 (2025-08-03)
- FEATURE: notify user if inotify's `max_user_watches` has been reached [#698]
Expand Down
1 change: 1 addition & 0 deletions notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ windows-sys = { workspace = true, features = [
"Win32_Security",
"Win32_System_WindowsProgramming",
"Win32_System_IO",
"Win32_System_LibraryLoader",
] }

[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonflybsd", target_os = "ios"))'.dependencies]
Expand Down
Loading