|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +v4 commits split out to branch `v4_maintenance` starting with `4.0.16` |
| 4 | + |
3 | 5 | ## 5.0.0-pre.16 (2022-08-12)
|
4 | 6 |
|
5 | 7 | - CHANGE: require config for watcher creation and unify config [#426]
|
|
112 | 114 | [#320]: https://github.com/notify-rs/notify/pull/320
|
113 | 115 | [#322]: https://github.com/notify-rs/notify/pull/322
|
114 | 116 |
|
| 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 | + |
115 | 123 | ## 5.0.0-pre.8 (2021-05-12)
|
116 | 124 |
|
117 | 125 | - HOTFIX: Fix breaking change in fsevent-sys in minor version destroying builds [#316]
|
|
160 | 168 |
|
161 | 169 | [#242]: https://github.com/notify-rs/notify/pull/242
|
162 | 170 |
|
| 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 | + |
163 | 181 | ## 5.0.0-pre.2 (2020-01-07)
|
164 | 182 |
|
165 | 183 | - (Temporary): Remove event debouncing.
|
|
173 | 191 | [#214]: https://github.com/notify-rs/notify/pull/214
|
174 | 192 | [#234]: https://github.com/notify-rs/notify/pull/234
|
175 | 193 |
|
| 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 | + |
176 | 202 | ## 5.0.0-pre.1 (2019-06-30)
|
177 | 203 |
|
178 | 204 | _(no changes, just a new release because the old one failed to publish properly)_
|
|
0 commit comments