From: Nathan Youngman Date: Thu, 1 Jan 2015 03:24:48 +0000 (-0700) Subject: add v0.9.3 backport to changelog X-Git-Tag: v1.7.2~243 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=b5ab0d6b8fe72cd2adf66a2df86e5226479f432a;p=fsnotify.git add v0.9.3 backport to changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b15524..55a4e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,10 @@ * 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)