update changes.txt for LUCENE-1621

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@772158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-05-06 11:47:30 +00:00
parent 3c434afb8f
commit 3dbed702f0
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@ API Changes
is deprecated in favor of the new TimeLimitingCollector which
extends Collector. (Shai Erera via Mike McCandless)
13. LUCENE-1621: MultiTermQuery#getTerm() has been deprecated as it does
not make sense for all subclasses of MultiTermQuery. Check individual
subclasses to see if they support #getTerm(). (Mark Miller)
Bug fixes
1. LUCENE-1415: MultiPhraseQuery has incorrect hashCode() and equals()