From 6ce99b3d28ee5140cbba8a83684edfd2b8b5559c Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Mon, 24 Sep 2012 16:10:44 +0000 Subject: [PATCH] fix changes entry after merge to 4.x branch git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389464 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 53618d71c9c..771949980c5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -5,10 +5,6 @@ For more information on past and future Lucene versions, please see: http://s.apache.org/luceneversions ======================= Lucene 5.0.0 ======================= -New Features - -* LUCENE-4410: FilteredQuery now exposes a FilterStrategy that exposes - how filters are applied during query execution. (Simon Willnauer) Changes in backwards compatibility policy @@ -21,8 +17,12 @@ Changes in backwards compatibility policy Robert Muir) ======================= Lucene 4.1.0 ======================= + New Features +* LUCENE-4410: FilteredQuery now exposes a FilterStrategy that exposes + how filters are applied during query execution. (Simon Willnauer) + * LUCENE-4404: New ListOfOutputs (in lucene/misc) for FSTs wraps another Outputs implementation, allowing you to store more than one output for a single input. UpToTwoPositiveIntsOutputs was moved