summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-04 20:46:43 -0400
committerDavid Bremner <david@tethera.net>2018-01-04 20:46:43 -0400
commite4a7a9ff6eeb043fbacf90b8482d21940524a290 (patch)
treecbb8831db5669a8993103d5230a7bc5a79549e85
parent4a9ed32033513fd419ec95541c2f26943351057a (diff)
NEWS: move test suite news down
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 47b62d73..4b3d3f8f 100644
--- 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
---------------