From 225be9bd855589c774c93f9df5ec0c21ecc8d165 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sat, 28 Jun 2014 15:37:47 -0600 Subject: [PATCH] add reasons for removing WatchFlags to the CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfcd8b..0bbfc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ ## v0.10.0 / 2014-05-23 * [API] Remove current implementation of WatchFlags. + * current implementation doesn't take advantage of OS for efficiency + * provides little benefit over filtering events as they are received, but has extra bookkeeping and mutexes + * no tests for the current implementation + * not fully implemented on Windows [#93](https://github.com/howeyc/fsnotify/issues/93#issuecomment-39285195) ## v0.9.0 / 2014-01-17 -- 2.50.1