diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be55d39..a7a39f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,34 @@ # Changelog +## 4.0.7 (2019-01-23) +## 4.0.6 (2018-08-30) +## 4.0.5 (2018-08-29) +## 4.0.4 (2018-08-06) +## 4.0.3 (2017-11-26) ## unreleased - FIX: Suppress events for files which have been moved and deleted if a new file in the original location is created quickly when using the debounced interface (eg. while safe-saving files) +## 4.0.2 (2017-11-03) [#129]: https://github.com/passcod/notify/issues/129 -## 4.0.1 +## 4.0.1 (2017-03-25) - FIX: \[Linux\] Detect moves if two connected move events are split between two mio polls -## 4.0.0 +## 4.0.0 (2017-02-07) - CHANGE: \[Linux\] Update dependency to inotify 0.3.0. - FIX: \[macOS\] `.watch()` panics on macOS when the target doesn't exist. [#105] [#105]: https://github.com/passcod/notify/issues/105 +## (start work on v5) (2016-12-29) -## 3.0.1 +## 3.0.1 (2016-12-05) - FIX: \[macOS\] Fix multiple panics in debounce module related to move events. [#99], [#100], [#101] @@ -30,7 +37,7 @@ [#101]: https://github.com/passcod/notify/issues/101 -## 3.0.0 +## 3.0.0 (2016-10-30) - FIX: \[Windows\] Fix watching files on Windows using relative paths. [#90] - FEATURE: Add debounced event notification interface. [#63] @@ -52,14 +59,14 @@ [#93]: https://github.com/passcod/notify/issues/93 -## 2.6.3 +## 2.6.3 (2016-08-05) - FIX: \[macOS\] Bump `fsevents` version. [#91] [#91]: https://github.com/passcod/notify/issues/91 -## 2.6.2 +## 2.6.2 (2016-07-05) - FEATURE: \[macOS\] Implement Send and Sync for FsWatcher. [#82] - FEATURE: \[Windows\] Implement Send and Sync for ReadDirectoryChangesWatcher. [#82] @@ -68,6 +75,6 @@ [#82]: https://github.com/passcod/notify/issues/82 -## 2.6.1 +## 2.6.1 (2016-06-09) - FIX: \[Linux\] Only register _directories_ for watching.