diff --git a/CHANGELOG.md b/CHANGELOG.md index b23567c7..6a57c8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 5.0.0 (future) +- FIX: Implement `Sync` for PollWatcher to support FreeBSD. [#197] - FEATURE: Add new runtime configuration system. - FEATURE: Add `Ongoing` events (optional, configured at runtime). [#146], [#183] - FEATURE: Bring in new event system from `next` branch. [#187] @@ -13,6 +14,7 @@ - CHANGE: Make `Notice` events opt-in. - DEPS: \[Linux\] Upgrade inotify to 0.7. [#184] - DEPS: \[macOS\] Upgrade fsevent to 0.4. [#195] +- DEPS: Peg filetime to 1.2.5 to maintain rustc 1.26.1 compatibility. [#200] - META: Rename `v4-legacy` branch to `main`, to further clarify status and prepare for a breaking release. - DOCS: Change `v5` to `Next Generation Notify` to allow for a breaking release. - DOCS: Add rust-analyzer to Readme showcase. @@ -28,6 +30,8 @@ [#184]: https://github.com/passcod/notify/issues/184 [#187]: https://github.com/passcod/notify/issues/187 [#195]: https://github.com/passcod/notify/issues/195 +[#197]: https://github.com/passcod/notify/issues/197 +[#200]: https://github.com/passcod/notify/issues/200 [`2a035c86`]: https://github.com/passcod/notify/commit/2a035c86c5f12aeee635a827c1f458211ca923ca ## 4.0.12 (2019-05-22)