LUCENE-4684: Moved change entry log.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martijn van Groningen 2013-01-15 14:45:05 +00:00
parent d3971b0c1e
commit a097a01f48
1 changed files with 4 additions and 3 deletions

View File

@ -32,10 +32,8 @@ Changes in backwards compatibility policy
======================= Lucene 4.2.0 =======================
API Changes
(No changes yet)
* LUCENE-4684: Made DirectSpellChecker extendable.
(Martijn van Groningen)
======================= Lucene 4.1.0 =======================
@ -235,6 +233,9 @@ API Changes
* LUCENE-4663: Deprecate IndexSearcher.document(int, Set). This was not intended
to be final, nor named document(). Use IndexSearcher.doc(int, Set) instead.
(Robert Muir)
* LUCENE-4684: Made DirectSpellChecker extendable.
(Martijn van Groningen)
Bug Fixes