format changelog entry and add missing author name

This commit is contained in:
Luca Cavanna 2023-01-24 10:57:52 +01:00
parent 92e67ec626
commit 25623a63bf
1 changed files with 3 additions and 2 deletions

View File

@ -168,8 +168,9 @@ API Changes
accessed through their high-level representation, via accessed through their high-level representation, via
VectorValues#vectorValue(). (Adrien Grand) VectorValues#vectorValue(). (Adrien Grand)
* GITHUB#12105: Deprecate KnnVectorField in favour of KnnFloatVectorField, KnnVectoryQuery in favour of * GITHUB#12105: Deprecate KnnVectorField in favour of KnnFloatVectorField,
KnnFloatVectorQuery, and LeafReader#getVectorValues in favour of LeafReader#getFloatVectorValues KnnVectoryQuery in favour of KnnFloatVectorQuery, and LeafReader#getVectorValues
in favour of LeafReader#getFloatVectorValues. (Luca Cavanna)
New Features New Features
--------------------- ---------------------