CHANGES entry for GITHUB#12427

This commit is contained in:
Greg Miller 2023-10-30 12:53:44 -07:00
parent 9cffd4bcc6
commit a0887c7d26
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@ API Changes
* GITHUB#12718: Make IndexSearcher#getSlices final as it is not expected to be overridden (Luca Cavanna)
* GITHUB#12427: Automata#makeStringUnion #makeBinaryStringUnion now accept Iterable<BytesRef> instead of
Collection<BytesRef>. They also now explicitly throw IllegalArgumentException if input data is not properly sorted
instead of relying on assert. (Shubham Chaudhary)
New Features
---------------------