Fix NEWS item sorting.
authorRobert Collins <robertc@robertcollins.net>
Sun, 24 Nov 2013 18:22:00 +0000 (07:22 +1300)
committerRobert Collins <robertc@robertcollins.net>
Sun, 24 Nov 2013 18:22:00 +0000 (07:22 +1300)
Change-Id: If697003e5a6c13fbd174b2ce0a0ad83e62e44ec0

NEWS

diff --git a/NEWS b/NEWS
index cbb2c7a0cfde60f1f3f29184b283b271dda36eca..decdb042d2261cd108d68bcce4de0b104fd2f977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,12 +10,12 @@ NEXT
 Improvements
 ------------
 
-* ``json_content`` is now in the ``__all__`` attribute for
-  ``testtools.content``. (Robert Collins)
-
 * ``AnyMatch`` is now exported properly in ``testtools.matchers``.
   (Robert Collins, Rob Kennedy, github #44)
 
+* ``json_content`` is now in the ``__all__`` attribute for
+  ``testtools.content``. (Robert Collins)
+
 * Network tests now bind to 127.0.0.1 to avoid (even temporary) network
   visible ports. (Benedikt Morbach, github #46)