Skip to content

Commit 573bbf4

Browse files
Rearrange change log, simplify admin link.
1 parent bb9cb9b commit 573bbf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

objectbox/CHANGELOG.md

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

3-
* Add an option to change code-generator's `output_dir` in `pubspec.yaml`. #341
4-
* Support ObjectBox Admin for Android apps to browse the database, see our [docs](https://docs.objectbox.io/data-browser) to get started. #148
3+
* Support [ObjectBox Admin](https://docs.objectbox.io/data-browser) for Android apps to browse
4+
the database. #148
55
* Add `Store.attach` to attach to a Store opened in a directory. This is an improved replacement for
66
`Store.fromReference` to share a Store across isolates. It is no longer required to pass a
77
Store reference and the underlying Store remains open until the last instance is closed. #376
8+
* Add an option to change code-generator's `output_dir` in `pubspec.yaml`. #341
89
* Update: [objectbox-c 0.15.2](https://github.com/objectbox/objectbox-c/releases/tag/v0.15.0).
910
* Update: [objectbox-android 3.1.2](https://github.com/objectbox/objectbox-java/releases/tag/V3.1.0).
1011
* Update: [objectbox-swift 1.7.0](https://github.com/objectbox/objectbox-swift/releases/tag/v1.7.0).

0 commit comments

Comments
 (0)