LUCENE-1781: move CHANGES entry into unreleased section

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-09-24 21:36:11 +00:00
parent e10adee615
commit da19413d09
1 changed files with 21 additions and 4 deletions

View File

@ -1,5 +1,26 @@
Lucene contrib change Log
======================= Trunk (not yet released) =======================
Changes in runtime behavior
API Changes
Bug fixes
* LUCENE-1781: Fixed various issues with the lat/lng bounding box
distance filter created for radius search in contrib/spatial.
(Bill Bell via Mike McCandless)
New features
Optimizations
Documentation
Build
Test Cases
======================= Release 2.9.0 2009-09-23 =======================
Changes in runtime behavior
@ -90,10 +111,6 @@ Bug fixes
* LUCENE-1912: Fix fast-vector-highlighter issue when two or more
terms are concatenated (Koji Sekiguchi via Mike McCandless)
* LUCENE-1781: Fixed various issues with the lat/lng bounding box
distance filter created for radius search in contrib/spatial.
(Bill Bell via Mike McCandless)
New features
* LUCENE-1531: Added support for BoostingTermQuery to XML query parser. (Karl Wettin)