From: Nathan Youngman Date: Sun, 29 Jun 2014 00:55:04 +0000 (-0600) Subject: v0.14.0 X-Git-Tag: v1.7.2~300 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=960fdf59b9e70828a3afe057aa4fb4c8541c9f8f;p=fsnotify.git v0.14.0 just doing a minor version because nobody is depending on this package yet. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbfc85..96fc888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.14.0 / 2014-06-28 + +* [API] Don't set the Write Op for attribute notifications [#4](https://github.com/fsnotify/fsnotify/issues/4) +* Fix for String() method on Event (thanks Alex Brainman) +* Don't build on Plan 9 or Solaris (thanks @4ad) + ## v0.13.0 / 2014-06-21 * Events channel of type Event rather than *Event.