Skip to content

Commit 52e9f9d

Browse files
CHANGELOG: clarify generator errors on unsupported indexes on vectors
1 parent 210a139 commit 52e9f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final closest = query.findWithScores()[0].object;
3838
For an introduction to Vector Search, more details and other supported languages see the
3939
[Vector Search documentation](https://docs.objectbox.io/ann-vector-search).
4040

41-
* The generator correctly errors when using an index on any vector type.
41+
* The generator correctly errors when using an unsupported index on a vector type.
4242
* Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.0.0](https://github.com/objectbox/objectbox-c/releases/tag/v4.0.0).
4343
* Flutter for Android: update to [objectbox-android 4.0.0](https://github.com/objectbox/objectbox-java/releases/tag/V4.0.0).
4444
If you are [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to

0 commit comments

Comments
 (0)