diff options
author | Allan Wang <me@allanwang.ca> | 2020-07-18 18:18:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 18:18:16 -0700 |
commit | fd95fb5d4fdbf3d25081cb4f5de101d3edd89731 (patch) | |
tree | 9cdda7e1eb087f8507364c8f389f65961ed25066 /sample/src/main/res | |
parent | ceed2ade66042d45a08767171385124c66255249 (diff) | |
parent | 271c72b1fc99cf0862dcae9fdf7310b5ffeb4ddc (diff) | |
download | kau-6.0.0.tar.gz kau-6.0.0.tar.bz2 kau-6.0.0.zip |
Merge pull request #257 from AllanWang/versions6.0.0
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index a40e70e..a7208ea 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,11 +6,14 @@ <item text="" /> --> + <version title="v6.0.0" /> + <item text="Add support for Android 4.1.x" /> + <item text="Add major version library updates (FastAdapter, AboutLibrary, Iconics)" /> + <version title="v5.3.0" /> <item text=":about: Moved config builder inside activity" /> <item text=":color: Allow option to disable selected ring" /> <item text=":core: Breaking KPref changes; see migration" /> - <item text="" /> <version title="v5.2.0" /> <item text=":about: Migrate about libraries to v7.x.x" /> |