wrap 3.5 changes to 80 character lines

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x@1175957 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 73536ff..98a0dac 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -62,9 +62,9 @@
 
 Optimizations
 
-* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to reduce
-  the number of terms of the query when rewrite(), in order to improve performance.
-  (Robert Muir, Koji Sekiguchi)
+* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to 
+  reduce the number of terms of the query when rewrite(), in order to improve 
+  performance.  (Robert Muir, Koji Sekiguchi)
 
 Test Cases