Skip to content

Commit d76ec85

Browse files
Boolean arrays: add to changelog #265
1 parent 26ccc3e commit d76ec85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Notable changes to the ObjectBox Java library.
44

55
For more insights into what changed in the ObjectBox C++ core, [check the ObjectBox C changelog](https://github.com/objectbox/objectbox-c/blob/main/CHANGELOG.md).
66

7+
## 4.2.1 - in development
8+
9+
- Basic support for boolean array properties (`boolean[]` in Java or `BooleanArray` in Kotlin).
10+
711
## 4.2.0 - 2025-03-04
812

913
- Add new query conditions `equalKeyValue`, `greaterKeyValue`, `lessKeyValue`, `lessOrEqualKeyValue`, and

0 commit comments

Comments
 (0)