From: Nathan Youngman Date: Wed, 24 Sep 2014 21:41:13 +0000 (-0600) Subject: update changelog (dev) X-Git-Tag: v1.7.2~255 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=e97909266c112674b88a84898e8debfcfd9a2087;p=fsnotify.git update changelog (dev) rework kqueue internals closes #13 closes #43 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f4ddb..98b3aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.