Skip to content

Commit 3188ade

Browse files
committed
docs(changelog): Add recent changelog
1 parent 59ceeee commit 3188ade

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.6.0
2+
3+
* perf(ios): Run query in background thread to avoid blocking UI thread
4+
* perf(android): Run query in background thread
5+
* fix(android): Handle REAL datatype correctly (Thanks @chrmod)
6+
* fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. (Thanks @Ayiga)
7+
* fix(ios): Fix warning due to no requiresMainQueueSetup
8+
* docs(readme): Fix installation instruction for Android (Thanks @yairopro)
9+
110
## v1.5.2
211

312
* Fix a warning that the package name does not match the directory structure: `dog.craftz.sqlite_2` vs `dog/sqlite_2`.

0 commit comments

Comments
 (0)