]> go.fuhry.dev Git - fsnotify.git/commitdiff
Changelog
authorNathan Youngman <git@nathany.com>
Sun, 27 Oct 2013 19:59:39 +0000 (13:59 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 27 Oct 2013 19:59:39 +0000 (13:59 -0600)
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

CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..0595ea7
--- /dev/null
@@ -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