]> go.fuhry.dev Git - fsnotify.git/commitdiff
add v0.9.3 backport to changelog
authorNathan Youngman <git@nathany.com>
Thu, 1 Jan 2015 03:24:48 +0000 (20:24 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 1 Jan 2015 03:24:48 +0000 (20:24 -0700)
CHANGELOG.md

index 3b15524a07347fff79b434fee27bfe244be84a68..55a4e7b66ed50e6eb4c82062b681b18453342f9b 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.3 / 2014-12-31
+
+* kqueue: cleanup internal watch before sending remove event [#51](https://github.com/go-fsnotify/fsnotify/issues/51)
+
 ## 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)