From: Nathan Youngman Date: Sun, 22 Jun 2014 04:54:01 +0000 (-0600) Subject: v0.13.0 X-Git-Tag: v1.7.2~307 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=4a0c4119af04c05b35cc458c8b3285e2fa6f72a0;p=fsnotify.git v0.13.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 760c058..4c0627e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.13.0 / 2014-06-21 + +* Events channel of type Event rather than *Event. +* Add/Remove accept a name rather than a path (same behavior). +* [API] Remove AddWatch on Windows, use Add. +* [internal] use syscall constants directly for inotify and kqueue. +* [internal] kqueue: rename events to kevents and fileEvent to event + ## v0.12.0 / 2014-06-19 * Go 1.3+ required on Windows (uses syscall.ERROR_MORE_DATA internally).