Skip to content

Commit b9366a7

Browse files
CHANGELOG: request feedback for Android 6 compat code.
1 parent 7798b7c commit b9366a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

objectbox/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
* For Flutter apps running on Android 6 (or older): added `loadObjectBoxLibraryAndroidCompat()` to
44
`objectbox_flutter_libs` (and `objectbox_sync_flutter_libs`). Use this to fix loading the
5-
ObjectBox library on these devices. [#369](https://github.com/objectbox/objectbox-dart/issues/369)
5+
ObjectBox library on these devices.
6+
7+
Let us know if this works for you in [#369](https://github.com/objectbox/objectbox-dart/issues/369)!
8+
We might consider calling this automatically in a future release.
69
* Improve code generator performance if there are many entities with many constructor parameters.
710
* Throw `StateError` instead of crashing on closed `Box`, `Query` and `PropertyQuery`.
811
* Export query property classes to make them usable in user code.

0 commit comments

Comments
 (0)