]> go.fuhry.dev Git - fsnotify.git/commitdiff
update changelog (dev)
authorNathan Youngman <git@nathany.com>
Wed, 24 Sep 2014 21:41:13 +0000 (15:41 -0600)
committerNathan Youngman <git@nathany.com>
Wed, 24 Sep 2014 21:41:13 +0000 (15:41 -0600)
rework kqueue internals

closes #13
closes #43

CHANGELOG.md

index 79f4ddbaa149db25e95bfcf50d7a863086e86543..98b3aeb93c6590e7db1cb60e1871a621e0e83fc9 100644 (file)
@@ -1,5 +1,14 @@
 # Changelog
 
+## dev / 2014-09-24
+
+* kqueue: rework internals [#43](https://github.com/go-fsnotify/fsnotify/pull/43)
+    * add low-level functions
+    * only need to store flags on directories
+    * less mutexes [#13](https://github.com/go-fsnotify/fsnotify/issues/13)
+    * done can be an unbuffered channel
+    * remove calls to os.NewSyscallError
+
 ## v1.0.4 / 2014-09-07
 
 * kqueue: add dragonfly to the build tags.