]> go.fuhry.dev Git - fsnotify.git/commitdiff
v0.11.0 changelog
authorNathan Youngman <git@nathany.com>
Fri, 13 Jun 2014 05:40:32 +0000 (23:40 -0600)
committerNathan Youngman <git@nathany.com>
Fri, 13 Jun 2014 05:40:32 +0000 (23:40 -0600)
CHANGELOG.md

index b878e338e9a54be77b0cde942c30f4e8e6cae4fa..13f38d5fd7e52e0f4fb453685614b748f7bcd068 100644 (file)
@@ -1,5 +1,12 @@
 # Changelog
 
+## v0.11.0 / 2014-06-12
+
+* [API] Renamed Watch() to Add() and RemoveWatch() to Remove().
+* [API] Pluralized channel names: Events and Errors.
+* [API] Renamed FileEvent struct to Event.
+* [API] Op constants replace methods like IsCreate().
+
 ## v0.10.1 / 2014-06-12
 
 * Fix data race on kevent buffer (thanks @tilaks) [#98](https://github.com/howeyc/fsnotify/pull/98)