Skip to content

Commit

Permalink
docs(changelog): Add recent changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Apr 12, 2018
1 parent 59ceeee commit 3188ade
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.6.0

* perf(ios): Run query in background thread to avoid blocking UI thread
* perf(android): Run query in background thread
* fix(android): Handle REAL datatype correctly (Thanks @chrmod)
* fix(android): Fix "Null" Strings in Android for INSERT and UPDATE statements. (Thanks @Ayiga)
* fix(ios): Fix warning due to no requiresMainQueueSetup
* docs(readme): Fix installation instruction for Android (Thanks @yairopro)

## v1.5.2

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

0 comments on commit 3188ade

Please sign in to comment.