From 23258d0fdbcbfd9d9f88b8c7009f0c88388075c8 Mon Sep 17 00:00:00 2001 From: Pulkit Gupta <36265543+Pulkitg64@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:03:14 -0400 Subject: [PATCH] Update CHANGES.txt with fp16 vector encoding support Added entry for fp16 vector encoding support in the changelog. --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ---------------------