aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/kau_changelog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 488e01b..76aee36 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -6,18 +6,22 @@
<item text="" />
-->
- <version title="v2.2"/>
- <item text=":imagepicker: Fully implement picker" />
- <item text=":core: [breaking] Replace update[x]Margin to setMargin[x]" />
- <item text=":core: Add setPadding[x]" />
+ <version title="v3.1"/>
+ <item text=":core: Allow for nullable throwables when logging" />
<item text="" />
<item text="" />
<item text="" />
<item text="" />
<item text="" />
<item text="" />
- <item text="" />
-
+
+ <version title="v3.0"/>
+ <item text=":core: Add setPadding[x]" />
+ <item text=":core: [breaking] Replace update[x]Margin to setMargin[x]" />
+ <item text=":imagepicker: Fully implement picker" />
+ <item text="Make resources private where possible" />
+ <item text="Reduce minSdk to 19 where possible" />
+
<version title="v2.1"/>
<item text=":adapter: Fix up CardIItem" />
<item text=":adapter: Modularized kau animators" />