LUCENE-1705: adding missing CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@798959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-07-29 15:55:13 +00:00
parent 8d5b662535
commit 57b50dbbfe
1 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,9 @@ API Changes
documented here just for emphasis. (Shai Erera via Mike
McCandless)
33. LUCENE-1705: Added IndexWriter.deleteAllDocuments. (Tim Smith via
Mike McCandless)
Bug fixes
1. LUCENE-1415: MultiPhraseQuery has incorrect hashCode() and equals()