]> go.fuhry.dev Git - fsnotify.git/commitdiff
add reasons for removing WatchFlags to the CHANGELOG
authorNathan Youngman <git@nathany.com>
Sat, 28 Jun 2014 21:37:47 +0000 (15:37 -0600)
committerNathan Youngman <git@nathany.com>
Sat, 28 Jun 2014 21:37:47 +0000 (15:37 -0600)
CHANGELOG.md

index bdfcd8ba69952da6acd174206dde204a4dc385a8..0bbfc85c28751556889d8995d298477bffc9e557 100644 (file)
 ## 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