diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 495da50b41c..4b86620d4d5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -192,8 +192,9 @@ API Changes * LUCENE-6371: Payload collection from Spans is moved to a more generic SpanCollector framework. Spans no longer implements .hasPayload() and .getPayload() methods, and instead exposes a collect() method that allows - the collection of arbitrary postings information. (Alan Woodward, David - Smiley, Paul Elschot) + the collection of arbitrary postings information. SpanPayloadCheckQuery and + SpanPayloadNearCheckQuery have moved from the .spans package to the .payloads + package. (Alan Woodward, David Smiley, Paul Elschot) Other