diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 12:30:22 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 12:30:22 -0400 |
commit | 879ac366074697dd0a7fbb2c3d99a48d7aeeb22d (patch) | |
tree | ba1ab2f42d3d4407c50c215ba85674700c047db7 /sample | |
parent | 9240538d9517d591f9f04d18be45db564b2dfd77 (diff) | |
download | kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.gz kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.bz2 kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.zip |
Update changelog and migration
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 0b13dd4..53265d0 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,14 @@ <item text="" /> --> + <version title="v5.0.0" /> + <item text=":core: Update Material Dialogs to 3.x" /> + <item text=":colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v4.1.0" /> <item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" /> <item text=":core: Permission manager no longer synchronized, as all actions should occur in the main thread" /> |