diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 7de2cde2ceb..46d9fd411e7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -9,6 +9,8 @@ New Features * LUCENE-9322: Vector-valued fields, Lucene90 Codec (Mike Sokolov, Julie Tibshirani, Tomoko Uchida) +* LUCENE-9004: Approximate nearest vector search via NSW graphs + System Requirements * LUCENE-8738: Move to Java 11 as minimum Java version.