From: Nathan Youngman Date: Sun, 2 Oct 2016 04:59:51 +0000 (-0600) Subject: v1.4.0 X-Git-Tag: v1.7.2~189 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=26b17cd591df34e7b1cf0087f48fc19ca67eb476;p=fsnotify.git v1.4.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c7c48..96e3b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.4.0 / 2016-10-01 + +* add a String() method to Event.Op [#165](https://github.com/fsnotify/fsnotify/pull/165) (thanks @oozie) + ## v1.3.1 / 2016-06-28 * windows: fix for double backslash when watching the root of a drive [#151](https://github.com/fsnotify/fsnotify/issues/151) (thanks @brunoqc)