You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/12/13 20:37:21 UTC

svn commit: r1213886 - /lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt

Author: sarowe
Date: Tue Dec 13 19:37:21 2011
New Revision: 1213886

URL: http://svn.apache.org/viewvc?rev=1213886&view=rev
Log:
removed trailing colon from section name "Changes in runtime behavior" - this confuses changes2html.pl

Modified:
    lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt?rev=1213886&r1=1213885&r2=1213886&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/CHANGES.txt Tue Dec 13 19:37:21 2011
@@ -26,7 +26,7 @@ API Changes
   not take position overlaps into account while recalculating norms.
   (Uwe Schindler, Robert Muir)
 
-Changes in runtime behavior:
+Changes in runtime behavior
 
  * LUCENE-3626: PKIndexSplitter and MultiPassIndexSplitter now work
    per segment.  (Uwe Schindler)
@@ -202,7 +202,7 @@ New Features
    added support for simple numeric queries, such as <age:4>, in contrib
    query parser (Vinicius Barros via Uwe Schindler)
 
-Changes in runtime behavior:
+Changes in runtime behavior
 
  * LUCENE-1768: StandardQueryConfigHandler now uses NumericFieldConfigListener
    to set a NumericConfig to its corresponding FieldConfig;