diff options
Diffstat (limited to 'sample/src/main')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 146042c..40ca6a0 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -9,7 +9,9 @@ <version title="v3.6.4" /> <item text=":core: Fix potential NPE in restart()" /> <item text=":core: Create restartApplication()" /> - <item text="" /> + <item text=":colorpicker: Rewrote implementation to be null and parse safe" /> + <item text=":colorpicker: Added more encapsulation to CircleView (selected -> colorSelected; all others are private)" /> + <item text=":colorpicker:" /> <item text="Update documentation" /> <item text="" /> @@ -224,6 +226,6 @@ <version title="v1.0" /> <item text="Initial Changelog" /> <item text="Create many extension functions" /> - <item text="Port changelog builer" /> + <item text="Port changelog builder" /> <item text="Port ripple canvas" /> </resources>
\ No newline at end of file |