Skip to content

Commit 65da37b

Browse files
committed
file back v4 history into changelog
1 parent 1fbf8fa commit 65da37b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
v4 commits split out to branch `v4_maintenance` starting with `4.0.16`
4+
35
## 5.0.0-pre.16 (2022-08-12)
46

57
- CHANGE: require config for watcher creation and unify config [#426]
@@ -112,6 +114,12 @@
112114
[#320]: https://github.com/notify-rs/notify/pull/320
113115
[#322]: https://github.com/notify-rs/notify/pull/322
114116

117+
## 4.0.17 (2021-05-13)
118+
119+
- FIX: Don't crash on macos when creating & deleting folders in rapid succession [#303]
120+
121+
[#303]: https://github.com/notify-rs/notify/pull/303
122+
115123
## 5.0.0-pre.8 (2021-05-12)
116124

117125
- HOTFIX: Fix breaking change in fsevent-sys in minor version destroying builds [#316]
@@ -160,6 +168,16 @@
160168

161169
[#242]: https://github.com/notify-rs/notify/pull/242
162170

171+
## 4.0.16 (2021-04-14)
172+
173+
- FIX: Report events promptly on Linux, even when many occur in rapid succession. [#268]
174+
- FIX: Fix leaks on Windows and debounce module. [#288]
175+
- FIX: Display proper error message when reaching inotify limits on linux. [#290]
176+
177+
[#268]: https://github.com/notify-rs/notify/pull/268
178+
[#288]: https://github.com/notify-rs/notify/pull/288
179+
[#290]: https://github.com/notify-rs/notify/pull/290
180+
163181
## 5.0.0-pre.2 (2020-01-07)
164182

165183
- (Temporary): Remove event debouncing.
@@ -173,6 +191,14 @@
173191
[#214]: https://github.com/notify-rs/notify/pull/214
174192
[#234]: https://github.com/notify-rs/notify/pull/234
175193

194+
## 4.0.15 (2020-01-07)
195+
196+
- DEPS: Update inotify to 0.7.
197+
- DEPS(DEV): Replace tempdir with tempfile since tempdir is deprecated.
198+
- DEPS: Update winapi to 0.3 and remove kernel32-sys. [#232]
199+
200+
[#232]: https://github.com/notify-rs/notify/pull/232
201+
176202
## 5.0.0-pre.1 (2019-06-30)
177203

178204
_(no changes, just a new release because the old one failed to publish properly)_

0 commit comments

Comments
 (0)