From: Nathan Youngman Date: Sat, 24 May 2014 05:44:02 +0000 (-0600) Subject: v0.10.0 X-Git-Tag: v1.7.2~315 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=56a7b52;p=fsnotify.git v0.10.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 761686a..eeb016c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.10.0 / 2014-05-23 + +* [API] Remove current implementation of WatchFlags [#1](https://github.com/gophertown/fsnotify/pull/1) + ## v0.9.0 / 2014-01-17 * IsAttrib() for events that only concern a file's metadata [#79][] (thanks @abustany)