]> go.fuhry.dev Git - fsnotify.git/commitdiff
add backports to changelog
authorNathan Youngman <git@nathany.com>
Sun, 17 Aug 2014 22:04:07 +0000 (16:04 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 17 Aug 2014 22:04:07 +0000 (16:04 -0600)
v0.9.2

CHANGELOG.md

index 31265b70845258b247266f0cd83086fdc004ec51..7db4941007906aa8c89be5429e9f04466d3b0523 100644 (file)
     * 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)