From: Nathan Youngman Date: Sun, 17 Aug 2014 22:04:07 +0000 (-0600) Subject: add backports to changelog X-Git-Tag: v1.7.2~273 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=29f79d8061ff8260f5cdfe4a601b4e4ff39c60ad;p=fsnotify.git add backports to changelog v0.9.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 31265b7..7db4941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,14 @@ * no tests for the current implementation * not fully implemented on Windows [#93](https://github.com/howeyc/fsnotify/issues/93#issuecomment-39285195) +## v0.9.2 / 2014-08-17 + +* [Backport] Fix missing create events on OS X. [#14](https://github.com/go-fsnotify/fsnotify/issues/14) (thanks @zhsso) + +## v0.9.1 / 2014-06-12 + +* Fix data race on kevent buffer (thanks @tilaks) [#98](https://github.com/howeyc/fsnotify/pull/98) + ## v0.9.0 / 2014-01-17 * IsAttrib() for events that only concern a file's metadata [#79][] (thanks @abustany)