From: Nathan Youngman Date: Sat, 5 Jul 2014 03:04:52 +0000 (-0600) Subject: v0.14.1 X-Git-Tag: v1.7.2~295 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=06d7792;p=fsnotify.git v0.14.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fc888..9231828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.14.1 / 2014-07-04 + +* kqueue: fix incorrect mutex used in Close() +* Update example to demonstrate usage of Op. + ## v0.14.0 / 2014-06-28 * [API] Don't set the Write Op for attribute notifications [#4](https://github.com/fsnotify/fsnotify/issues/4)