Skip to content

Commit 4f906ad

Browse files
committed
update CHANGELOG.md
1 parent c8a4295 commit 4f906ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.7.0 (2020-08-14)
2+
------------------
3+
* Flutter v1.20 support
4+
(move libs to separate package `objectbox_flutter_libs`, add it as a new dependency if you use Flutter)
5+
* New property query support
6+
(thanks [Jasm Sison](https://github.com/Buggaboo) for [#75](https://github.com/objectbox/objectbox-dart/pull/75))
7+
* New `@Transient` annotation to skip storing select properties
8+
(thanks [Jasm Sison](https://github.com/Buggaboo) for [#98](https://github.com/objectbox/objectbox-dart/pull/98))
9+
* Handle `Byte` property as a signed `int8` (was previously unsigned) to align with other bindings
10+
111
0.6.4 (2020-05-12)
212
------------------
313
* Update to objectbox-swift 1.3.0

0 commit comments

Comments
 (0)