From: Nathan Youngman Date: Sun, 27 Oct 2013 23:44:17 +0000 (-0600) Subject: more Changelog X-Git-Tag: v1.7.2~333^2~3 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=e1892dbebf90e7a0e288c086ec0c6cb9e4d22459;p=fsnotify.git more Changelog still working my way back through history --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0595ea7..b872b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,30 @@ * [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) +