]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
util: Fix two corner-cases in boolean term quoting function
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 12506cfa2316e567de2a92c81692fe2c31666d8f..d4f4ea4e898887799d82eaf2fb412636b869bf00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
-Notmuch 0.17~rc3 (2013-12-07)
-=============================
+Notmuch 0.18 (UNRELEASED)
+=========================
+
+Command-Line Interface
+----------------------
+
+`notmuch dump` now defaults to `batch-tag` format.
+
+  The old format is still available with `--format=sup`.
+
+`notmuch new` has a --quiet option
+
+  This option suppresses the progress and summary reports.
+
+Emacs Interface
+---------------
+
+Bug fix for saved searches with newlines in them.
+
+  Split lines confuse `notmuch count --batch`, so we remove embedded
+  newlines before calling notmuch count.
+
+Notmuch 0.17 (2013-12-30)
+=========================
 
 Incompatible change in SHA1 computation
 ---------------------------------------