From 459621750bfdbd0a80d706db8092d4b3a34a55d6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 11 Feb 2016 09:22:10 +1300 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2c04d7b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ + +# v0.2 - 11 February 2016 + +* Windows support - thanks to @mattn for getting the ball rolling +* Fix a serious bug that prevented recursive watching on Linux +* Show full, variable expanded commands in logs +* Use slash-delimited paths throughout, even on Windows +* Properly handle CRLF line endings in config files +* Many, many small bugfixes and improvements