move changes entry as suggested by Mike

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x@1169613 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6739e2c..b6aa174 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -32,10 +32,6 @@
   corrupt index if a term with docfreq >= 16 was indexed more than once
   at the same position.  (Robert Muir)
 
-* LUCENE-3334: If Java7 is detected, IOUtils.closeSafely() will log
-  suppressed exceptions in the original exception, so stack trace
-  will contain them.  (Uwe Schindler)
-
 * LUCENE-3339: Fixed deadlock case when multiple threads use the new
   block-add (IndexWriter.add/updateDocuments) methods.  (Robert Muir,
   Mike McCandless)
@@ -99,6 +95,10 @@
   documents per group. This can be useful in situations when one wants to compute grouping
   based facets / statistics on the complete query result. (Martijn van Groningen)
 
+* LUCENE-3334: If Java7 is detected, IOUtils.closeSafely() will log
+  suppressed exceptions in the original exception, so stack trace
+  will contain them.  (Uwe Schindler)
+
 Optimizations
   
 * LUCENE-3289: When building an FST you can now tune how aggressively