From 919af7d78f2b8ad7db35d6833f108a3df499fcb3 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sun, 27 Oct 2013 13:59:39 -0600 Subject: [PATCH] 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 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md 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 -- 2.50.1