Skip to content

Commit cc62139

Browse files
committed
[docs] Add dates to changelog
1 parent e729e27 commit cc62139

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
# Changelog
22

3+
## 4.0.7 (2019-01-23)
4+
## 4.0.6 (2018-08-30)
5+
## 4.0.5 (2018-08-29)
6+
## 4.0.4 (2018-08-06)
7+
## 4.0.3 (2017-11-26)
38

49
## unreleased
510

611
- 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)
12+
## 4.0.2 (2017-11-03)
713

814
[#129]: https://github.com/passcod/notify/issues/129
915

1016

11-
## 4.0.1
17+
## 4.0.1 (2017-03-25)
1218

1319
- FIX: \[Linux\] Detect moves if two connected move events are split between two mio polls
1420

1521

16-
## 4.0.0
22+
## 4.0.0 (2017-02-07)
1723

1824
- CHANGE: \[Linux\] Update dependency to inotify 0.3.0.
1925
- FIX: \[macOS\] `.watch()` panics on macOS when the target doesn't exist. [#105]
2026

2127
[#105]: https://github.com/passcod/notify/issues/105
2228

29+
## (start work on v5) (2016-12-29)
2330

24-
## 3.0.1
31+
## 3.0.1 (2016-12-05)
2532

2633
- FIX: \[macOS\] Fix multiple panics in debounce module related to move events. [#99], [#100], [#101]
2734

@@ -30,7 +37,7 @@
3037
[#101]: https://github.com/passcod/notify/issues/101
3138

3239

33-
## 3.0.0
40+
## 3.0.0 (2016-10-30)
3441

3542
- FIX: \[Windows\] Fix watching files on Windows using relative paths. [#90]
3643
- FEATURE: Add debounced event notification interface. [#63]
@@ -52,14 +59,14 @@
5259
[#93]: https://github.com/passcod/notify/issues/93
5360

5461

55-
## 2.6.3
62+
## 2.6.3 (2016-08-05)
5663

5764
- FIX: \[macOS\] Bump `fsevents` version. [#91]
5865

5966
[#91]: https://github.com/passcod/notify/issues/91
6067

6168

62-
## 2.6.2
69+
## 2.6.2 (2016-07-05)
6370

6471
- FEATURE: \[macOS\] Implement Send and Sync for FsWatcher. [#82]
6572
- FEATURE: \[Windows\] Implement Send and Sync for ReadDirectoryChangesWatcher. [#82]
@@ -68,6 +75,6 @@
6875
[#82]: https://github.com/passcod/notify/issues/82
6976

7077

71-
## 2.6.1
78+
## 2.6.1 (2016-06-09)
7279

7380
- FIX: \[Linux\] Only register _directories_ for watching.

0 commit comments

Comments
 (0)