diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index ac3d0d420ead..79d722fb673a 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -126,6 +126,8 @@ New Features * GITHUB#15818: Add BM25 k3 query-term frequency saturation to BM25Similarity. (Sagar Upadhyaya) +* GITHUB#16383: Add fp16 vector encoding support. (Pulkit Gupta) + Improvements --------------------- * GITHUB#15704: Replace LinkedList with more efficient data structure. (Renato Haeberli) @@ -328,8 +330,6 @@ New Features and document length instead of corpus statistics such as document frequency. It also supports k3 query-term frequency saturation. (Tianxiao Wei) -* GITHUB#16383: Add fp16 vector encoding support. (Pulkit Gupta) - Improvements ---------------------