ChrisHegarty commented on code in PR #12363:
URL: https://github.com/apache/lucene/pull/12363#discussion_r1227226190


##########
lucene/CHANGES.txt:
##########
@@ -139,8 +139,8 @@ New Features
 * GITHUB#12257: Create OnHeapHnswGraphSearcher to let OnHeapHnswGraph to be 
searched in a thread-safety manner. (Patrick Zhai)
 
 * GITHUB#12302, GITHUB#12311: Add vectorized implementations of 
VectorUtil.dotProduct(),
-  squareDistance(), cosine() with Java 20 jdk.incubator.vector APIs. 
Applications started
-  with command line parameter "java --add-modules jdk.incubator.vector" on 
exactly Java 20
+  squareDistance(), cosine() with Java 20 or 21 jdk.incubator.vector APIs. 
Applications started
+  with command line parameter "java --add-modules jdk.incubator.vector" on 
exactly Java 20 or 21
   will automatically use the new vectorized implementations if running on a 
supported platform

Review Comment:
   Since this was introduced and updated in the same minor release we can 
probably just update the wording here to cover 21 also (rather than a separate 
change log entry).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to