mirror of https://github.com/apache/lucene.git
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:
parent
d3971b0c1e
commit
a097a01f48
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue