]> go.fuhry.dev Git - fsnotify.git/commitdiff
more Changelog
authorNathan Youngman <git@nathany.com>
Sun, 27 Oct 2013 23:44:17 +0000 (17:44 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 27 Oct 2013 23:44:17 +0000 (17:44 -0600)
still working my way back through history

CHANGELOG.md

index 0595ea738579efba9a1dc76f6c52d376bca66c7c..b872b221268cf627cad9c34be8cac1970595a4a9 100644 (file)
 * [Doc] update package path in example code #63 (thanks @paulhammond)
 * [Doc] Contributing document (thanks @nathany)
 * [Doc] Cross-platform testing with Vagrant  #59 (thanks @nathany)
-* [Doc] GoCI badge in README (tests Linux only) #60
+* [Doc] GoCI badge in README (Linux only) #60
+
+## r2013-06-17
+
+* [Fix] Windows: handle `ERROR_MORE_DATA` on Windows #49 (thanks @jbowtie)
+
+## r2013-06-03
+
+* [Fix] inotify: ignore event changes
+* lower case error messages
+* [API] Make syscall flags internal
+* [Fix] race in symlink test #45 (reported by @srid)
+* [Fix] tests on Windows
+
+## r2013-05-23
+
+* kqueue: Use EVT_ONLY flag on Darwin
+* [Doc] Update README with full example
+
+## r2013-05-09
+
+* [Fix] inotify: allow monitoring of "broken" symlinks (thanks @tsg)
+
+## r2013-04-07
+
+* [Fix] kqueue: watch all file events #40 (thanks @ChrisBuchholz)
+