diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index a3ecc854e7b..37746e1f724 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -695,6 +695,10 @@ Bug fixes * LUCENE-2633: PackedInts Packed32 and Packed64 did not support internal structures larger than 256MB (Toke Eskildsen via Mike McCandless) +* LUCENE-3540: LUCENE-3255 dropped support for pre-1.9 indexes, but the + error message in IndexFormatTooOldException was incorrect. (Uwe Schindler, + Mike McCandless) + New Features * LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI).