LUCENE-4079: Changed CHANGES entry to denote that this is a bug fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2012-05-30 13:17:38 +00:00
parent b4fe59532e
commit 9626554d68

View File

@ -883,9 +883,6 @@ New features
* LUCENE-4043: Added scoring support via score mode for query time joining.
(Martijn van Groningen, Mike McCandless)
* LUCENE-4079: Added support for aliasing (AF rules) in Hunspell dictionaries
(Ludovic Boutros via Chris Male)
Optimizations
* LUCENE-2588: Don't store unnecessary suffixes when writing the terms
@ -1011,6 +1008,9 @@ Bug fixes
DocumentsWriterThreadPool) implement clone. (Robert Muir, Simon
Willnauer, Mike McCandless)
* LUCENE-4079: Fixed loading of Hunspell dictionaries that use aliasing (AF rules)
(Ludovic Boutros via Chris Male)
Documentation
* LUCENE-3958: Javadocs corrections for IndexWriter.