diff options
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 76aee36..7ed2073 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,15 +6,22 @@ <item text="" /> --> - <version title="v3.1"/> - <item text=":core: Allow for nullable throwables when logging" /> - <item text="" /> - <item text="" /> + <version title="v3.1.1"/> + <item text=":imagepicker: Add uri val to ImageModel" /> + <item text=":imagepicker: Create bindings and overlay activity" /> + <item text="Add showcase app to play store" /> <item text="" /> <item text="" /> <item text="" /> <item text="" /> + <version title="v3.1.0"/> + <item text=":core: Allow for nullable throwables when logging" /> + <item text=":core: Remove some extra DSL annotations" /> + <item text=":kpref-activity: Bring down to minSdk 19 and fix compatibility" /> + <item text=":adapter: Update readme for iitems and animators" /> + <item text=":about: Move strings to private" /> + <version title="v3.0"/> <item text=":core: Add setPadding[x]" /> <item text=":core: [breaking] Replace update[x]Margin to setMargin[x]" /> |