From: Nathan Youngman Date: Fri, 31 Jan 2014 02:31:23 +0000 (-0700) Subject: v0.9.0 Changelog X-Git-Tag: v1.7.2~324^2 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=5fa9334b83e01b4354a5be2898320f3329b75b77;p=fsnotify.git v0.9.0 Changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8774228..761686a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.9.0 / 2014-01-17 + +* IsAttrib() for events that only concern a file's metadata [#79][] (thanks @abustany) +* [Fix] kqueue: fix deadlock [#77][] (thanks @cespare) +* [NOTICE] Development has moved to `code.google.com/p/go.exp/fsnotify` in preparation for inclusion in the Go standard library. + ## v0.8.12 / 2013-11-13 * [API] Remove FD_SET and friends from Linux adapter @@ -133,6 +139,8 @@ * linux: common FileEvent functions * initial commit +[#79]: https://github.com/howeyc/fsnotify/pull/79 +[#77]: https://github.com/howeyc/fsnotify/pull/77 [#72]: https://github.com/howeyc/fsnotify/issues/72 [#71]: https://github.com/howeyc/fsnotify/issues/71 [#70]: https://github.com/howeyc/fsnotify/issues/70