diff options
author | Allan Wang <me@allanwang.ca> | 2019-12-31 19:58:33 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-12-31 19:58:33 -0800 |
commit | 3aab8b2bbeb0e357a3ee7d0b7e417625b7694af6 (patch) | |
tree | 1dcd0e87b5332d43cac0c307b6311f2df51a3537 | |
parent | b0209fa6bdac6beffd8b0259e68e52dfadbcb9a7 (diff) | |
download | kau-3aab8b2bbeb0e357a3ee7d0b7e417625b7694af6.tar.gz kau-3aab8b2bbeb0e357a3ee7d0b7e417625b7694af6.tar.bz2 kau-3aab8b2bbeb0e357a3ee7d0b7e417625b7694af6.zip |
Update changelog
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6e963ed..feb5e4a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v5.2.1 +* :color: Allow option to disable selected ring + ## v5.2.0 * :about: Migrate about libraries to v7.x.x * :color: Draw CircleView in foreground instead of background diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 8617a91..d61fe63 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,12 @@ <item text="" /> --> + <version title="v5.2.1" /> + <item text=":color: Allow option to disable selected ring" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v5.2.0" /> <item text=":about: Migrate about libraries to v7.x.x" /> <item text=":color: Draw CircleView in foreground instead of background" /> |