diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 1c9c390deee..4f50864ab2f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -111,6 +111,9 @@ Changes in backwards compatibility policy Bug Fixes +* LUCENE-4890: QueryTreeBuilder.getBuilder() only finds interfaces on the + most derived class. (Adriano Crestani) + * LUCENE-4997: Internal test framework's tests are sensitive to previous test failures and tests.failfast. (Dawid Weiss, Shai Erera)