From e97909266c112674b88a84898e8debfcfd9a2087 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 24 Sep 2014 15:41:13 -0600 Subject: [PATCH] update changelog (dev) rework kqueue internals closes #13 closes #43 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.