From: Nathan Youngman Date: Sun, 27 Oct 2013 19:59:39 +0000 (-0600) Subject: Changelog X-Git-Tag: v1.7.2~333^2~4 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=919af7d78f2b8ad7db35d6833f108a3df499fcb3;p=fsnotify.git Changelog This doesn't go back very far. Do we want to? Should we start using versions, and if so, what version would we be at? closes #66 --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0595ea7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## r2013-10-19 + +* [Fix] kqueue: remove file watches when parent directory is removed #71 (reported by @mdwhatcott) +* [Fix] kqueue: race between Close and readEvents #70 (reported by @bernerdschaefer) +* [Doc] specify OS-specific limits in README (thanks @debrando) + +## r2013-09-08 + +* [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