Removed mendacious '(No Changes)'; removed trailing colon from section name, which confuses changes2html.pl

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-12-03 21:50:57 +00:00
parent 5037d1d5d2
commit a6291e331b

View File

@ -83,8 +83,6 @@ Bug Fixes
======================= Lucene 3.6.0 ================ ======================= Lucene 3.6.0 ================
(No Changes)
Bug Fixes Bug Fixes
* LUCENE-3600: BlockJoinQuery now supports parent docs that have no * LUCENE-3600: BlockJoinQuery now supports parent docs that have no
@ -217,7 +215,7 @@ New Features
added support for simple numeric queries, such as <age:4>, in contrib added support for simple numeric queries, such as <age:4>, in contrib
query parser (Vinicius Barros via Uwe Schindler) query parser (Vinicius Barros via Uwe Schindler)
Changes in runtime behavior: Changes in runtime behavior
* LUCENE-1768: StandardQueryConfigHandler now uses NumericFieldConfigListener * LUCENE-1768: StandardQueryConfigHandler now uses NumericFieldConfigListener
to set a NumericConfig to its corresponding FieldConfig; to set a NumericConfig to its corresponding FieldConfig;