summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..df29f85
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,18 @@
+## 0.2.2 (2017-12-21)
+
+* fq: fix when `$NQDIR` is set and inotify is used.  (Thanks to Sebastian Reuße)
+* Support for NetBSD 7.
+
+## 0.2.1 (2017-04-27)
+
+* fq: `-q` erroneously was on by default.
+
+## 0.2 (2017-04-26)
+
+* fq: add `-n` to not wait
+* Support for platforms without O_DIRECTORY.
+* Support for SmartOS.
+
+## 0.1 (2015-08-28)
+
+* Initial release