Downgrade to Notify 4, use FSEvents, use minimal recursive watches (#830)

This commit is contained in:
Kenneth Loeffler
2024-01-02 09:26:06 -08:00
committed by GitHub
parent 097d39e8ce
commit 3369b0d429
5 changed files with 192 additions and 87 deletions

View File

@@ -1,7 +1,9 @@
# memofs Changelog
## Unreleased Changes
* Changed the `StdBackend` file watcher to use `PollWatcher` on macOS.
* Changed `StdBackend` file watching component to use minimal recursive watches. [#830]
[#830]: https://github.com/rojo-rbx/rojo/pull/830
## 0.2.0 (2021-08-23)
* Updated to `crossbeam-channel` 0.5.1.