]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: move test suite news down
authorDavid Bremner <david@tethera.net>
Fri, 5 Jan 2018 00:46:43 +0000 (20:46 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 5 Jan 2018 00:46:43 +0000 (20:46 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 47b62d73be25cda64b710a356f8e090a28a72d2b..4b3d3f8f12f1a3af1a054f3ae6785a442215d918 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,6 @@
 Notmuch 0.26 (UNRELEASED)
 =========================
 
-Test Suite
-----------
-
-Out-of-tree builds
-
-  The test suite now works properly with out-of-tree builds, i.e. with
-  separate source and build directories. The --root option to tests
-  has been dropped. The same can now be achieved more reliably using
-  out-of-tree builds.
-
 Command Line Interface
 ----------------------
 
@@ -102,6 +92,16 @@ Transition `notmuch_database_add_message` to `notmuch_database_index_file`
    allows passing a set of options to the indexing engine, which the
    operator may decide to change from message to message.
 
+Test Suite
+----------
+
+Out-of-tree builds
+
+  The test suite now works properly with out-of-tree builds, i.e. with
+  separate source and build directories. The --root option to tests
+  has been dropped. The same can now be achieved more reliably using
+  out-of-tree builds.
+
 Python Bindings
 ---------------