Reorder NEWS.
authorAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 12:25:16 +0000 (12:25 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 12:25:16 +0000 (12:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a7a52d94bdd2e5b05a72d26f7360a21b82f7b186..7b2caf2d930e8678fc9e4dc3160bc6e9fb00d7fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,6 @@ Give test-rawdog some command-line options; you can now use it to test
 an installed version of rawdog, or rawdog running under a non-default
 Python version.
 
-Use author URIs retrieved from feeds when formatting author names
-(rather than ignoring them; this was the result of a feedparser change).
-
 Add some more tests to the test suite, having done a coverage analysis
 to work out which features weren't yet being tested: date formatting in
 varying locales and timezones; RSS 1.0 support; --dump, -c, -f, -l, -N,
@@ -27,6 +24,9 @@ formatting; template conditionals: broken 301 redirects; useids; content
 vs.  summary; daysections/timesections; removing articles from a feed;
 keeping comments; numthreads; outputfile; various error messages.
 
+Use author URIs retrieved from feeds when formatting author names
+(rather than ignoring them; this was the result of a feedparser change).
+
 Make subclasses of Persistable call Persistable's constructor.
 (Identified by coverage analysis.)