Skip to content

Commit d45932b

Browse files
CHANGELOG.md: Fix order and mention contributor
1 parent 6e585f8 commit d45932b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
0.1.0 (2019-09-03)
2-
------------------
3-
* Minimal Store setup
4-
* Minimal Box with put and get
5-
6-
0.2.0 (2019-09-10)
1+
0.2.0 (2019-09-11)
72
------------------
8-
* UTF-8 support for Store and Box
3+
* UTF-8 support for Store and Box (thanks to [Buggaboo](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!)
94
* Bulk put and get functions (getMany, getAll, putMany)
105
* Updated to objectbox-c 0.7
116
* Basic Store options
127
* Minimal unit tests
138
* Removed reflection code, switched to model code generation instead
149
* Minimal Flutter Desktop example for Dart 2.5.0
10+
11+
0.1.0 (2019-09-03)
12+
------------------
13+
* Minimal Store setup
14+
* Minimal Box with put and get

0 commit comments

Comments
 (0)