Skip to content

Commit

Permalink
CHANGELOG: request feedback for Android 6 compat code.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Aug 8, 2023
1 parent 7798b7c commit b9366a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

* For Flutter apps running on Android 6 (or older): added `loadObjectBoxLibraryAndroidCompat()` to
`objectbox_flutter_libs` (and `objectbox_sync_flutter_libs`). Use this to fix loading the
ObjectBox library on these devices. [#369](https://github.com/objectbox/objectbox-dart/issues/369)
ObjectBox library on these devices.

Let us know if this works for you in [#369](https://github.com/objectbox/objectbox-dart/issues/369)!
We might consider calling this automatically in a future release.
* Improve code generator performance if there are many entities with many constructor parameters.
* Throw `StateError` instead of crashing on closed `Box`, `Query` and `PropertyQuery`.
* Export query property classes to make them usable in user code.
Expand Down

0 comments on commit b9366a7

Please sign in to comment.