Skip to content

Commit 6dd3dfb

Browse files
Changelog: remove misleading +1 from max 32-bit integer value
1 parent b0c4b40 commit 6dd3dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more insights into what changed in the ObjectBox C++ core, [check the Object
1010
- Android: Prior to Android 8.0, don't crash when inserting objects with string lists whose size exceeds the local
1111
reference table size. [#1215](https://github.com/objectbox/objectbox-java/issues/1215)
1212
- ToOne relations: when deleting an object with an ID larger than the maximum 32-bit unsigned integer
13-
(`4_294_967_295 + 1`) that is used as the target object of a ToOne, correctly re-set the target ID of the ToOne to
13+
(`4_294_967_295`) that is used as the target object of a ToOne, correctly re-set the target ID of the ToOne to
1414
`0`. [objectbox-dart#740](https://github.com/objectbox/objectbox-dart/issues/740)
1515
- When re-creating a `BoxStore` for the same directory and `close()` wasn't called on the previous instance, don't throw
1616
an "Another BoxStore is still open for this directory" exception. Note that calling `close()` *is recommended* before

0 commit comments

Comments
 (0)