mirror of https://github.com/apache/lucene.git
move the NOTE about the change to back compat policy wrt Fieldable under a new 'Changes in backward compatibility policy', so that changes-to-html isn't confused by it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@700095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34cb65c34d
commit
575b3cec4a
15
CHANGES.txt
15
CHANGES.txt
|
@ -21,11 +21,16 @@ Test Cases
|
|||
|
||||
======================= Release 2.4.0 (estimated: 2008-09-30) =======================
|
||||
|
||||
NOTE: In a minor change to Lucene's backward compatibility policy, we are now allowing the Fieldable interface to have
|
||||
changes, within reason, and made on a case-by-case basis. If an application implements it's own Fieldable, please be aware
|
||||
of this. Otherwise, no need to be concerned. For more details see https://issues.apache.org/jira/browse/LUCENE-1349.
|
||||
This is in effect for all 2.X releases, starting with 2.4. Also note, that in all likelihood, Fieldable will be changed
|
||||
in 3.0.
|
||||
Changes in backwards compatibility policy
|
||||
|
||||
1. LUCENE-1340: In a minor change to Lucene's backward compatibility
|
||||
policy, we are now allowing the Fieldable interface to have
|
||||
changes, within reason, and made on a case-by-case basis. If an
|
||||
application implements it's own Fieldable, please be aware of
|
||||
this. Otherwise, no need to be concerned. This is in effect for
|
||||
all 2.X releases, starting with 2.4. Also note, that in all
|
||||
likelihood, Fieldable will be changed in 3.0.
|
||||
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
|
|
Loading…
Reference in New Issue