From f1d9553231a6cb778279039f5af0ea4e3a70cc6b Mon Sep 17 00:00:00 2001 From: Kaival Parikh Date: Fri, 31 Jul 2026 20:04:20 +0000 Subject: [PATCH] Remove unintended CHANGES.txt entry for #16383 --- lucene/CHANGES.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 0e07088673d5..92e7fed208e2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -331,8 +331,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) - * GITHUB#16371, GITHUB#14389: Add CaseFoldingFilter for Unicode simple case folding without requiring the ICU analysis plugin. Uses a generated switch for fold exceptions with Character.toLowerCase() as the default fallback. (Robert Muir, Costin Leau)