aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-13 13:51:52 -0700
committerAllan Wang <me@allanwang.ca>2019-06-13 13:51:52 -0700
commite1849c9c633047979d8017262041e925ec3bd219 (patch)
treef1cc813655513195f118948c2cef28de649f4e47 /docs
parent6f97fd5f7c528594899e66d2d8b502a20ade6f53 (diff)
downloadkau-e1849c9c633047979d8017262041e925ec3bd219.tar.gz
kau-e1849c9c633047979d8017262041e925ec3bd219.tar.bz2
kau-e1849c9c633047979d8017262041e925ec3bd219.zip
Update to sdk 29 and update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 61e5fb7..689fbd9 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,8 +1,11 @@
# Changelog
## v5.0.0
+* Update Android SDK to 29 and Kotlin to 1.3.31
* :core: Update Material Dialogs to 3.x
+* :core: Change ProgressAnimator API
* :colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension
+* :gradle-plugin: Convert to kotlin, rework dependencies, and remove extension hooks
## v4.1.0
* :core: Deprecate NetworkUtils, as the underlying functions are deprecated