]> go.fuhry.dev Git - fsnotify.git/commitdiff
v0.9.0 Changelog
authorNathan Youngman <git@nathany.com>
Fri, 31 Jan 2014 02:31:23 +0000 (19:31 -0700)
committerNathan Youngman <git@nathany.com>
Fri, 31 Jan 2014 02:31:23 +0000 (19:31 -0700)
CHANGELOG.md

index 8774228ddf75d744163be4fafee84206a5a65d76..761686aa9539f66bd38b75cb80d289f01e778240 100644 (file)
@@ -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
 * 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