Skip to content

Commit 3c99394

Browse files
CHANGELOG.md: Add information about 0.2.0
1 parent ab13e8a commit 3c99394

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
0.1.0 (2019-09-03)
22
------------------
33
* Minimal Store setup
4-
* Minimal Box with put and get
4+
* Minimal Box with put and get
5+
6+
0.2.0 (2019-09-10)
7+
------------------
8+
* UTF-8 support for Store and Box
9+
* Bulk put and get functions (getMany, getAll, putMany)
10+
* Updated to objectbox-c 0.7
11+
* Basic Store options
12+
* Minimal unit tests
13+
* Removed reflection code, switched to model code generation instead
14+
* Minimal Flutter Desktop example for Dart 2.5.0

0 commit comments

Comments
 (0)