Skip to content

Commit 9bb1a89

Browse files
CHANGELOG: note how to upgrade to major release.
1 parent 9c5c320 commit 9bb1a89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objectbox/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## latest
22

3+
* **To upgrade to this major release** run `flutter pub upgrade objectbox --major-versions`
4+
(or for Dart Native apps `dart pub upgrade objectbox --major-versions`).
35
* **Breaking changes to generated code:** run `flutter pub run build_runner build`
46
(or `dart run build_runner build` for Dart Native apps) after updating!
57
* Added and updated async APIs in `Box`:

0 commit comments

Comments
 (0)