diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-23 23:26:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 23:26:34 -0700 |
commit | 50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (patch) | |
tree | 69ead8807bb7371428953a0363519343f03f9b5b /docs | |
parent | 4706b8f6a8d08a6961da6ab34d15881b63356d79 (diff) | |
download | kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.gz kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.bz2 kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.zip |
Fully implement imagepicker and create play store showcase (#12)3.1.1
* Update changelog
* Add uri to imagemodel
* Revamp image pickers
* Prepare play store showcase
* Add encrypted files
* Test showcase
* Clean elastic recycler activity
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 4a913b5..99bfb50 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,7 +1,14 @@ # Changelog -## v3.1 +## v3.1.1 +* :imagepicker: Add uri val to ImageModel + +## v3.1.0 * :core: Allow for nullable throwables when logging +* :core: Remove some extra DSL annotations +* :kpref-activity: Bring down to minSdk 19 and fix compatibility +* :adapter: Update readme for iitems and animators +* :about: Move strings to private ## v3.0 * :core: Add setPadding[x] |