aboutsummaryrefslogtreecommitdiff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 13:27:27 -0400
committerGitHub <noreply@github.com>2019-06-07 13:27:27 -0400
commit41beee9022ecf85e4b6379acd03d2109efb61026 (patch)
tree697f7672ce80e46a219ddf9c70e20f116a5879ea /docs/Changelog.md
parent5d86d9089697b152192b2786fbe0c708dd8b5e2b (diff)
parent6e37f118bfa98c07699d1d610a1549923d446ebe (diff)
downloadkau-41beee9022ecf85e4b6379acd03d2109efb61026.tar.gz
kau-41beee9022ecf85e4b6379acd03d2109efb61026.tar.bz2
kau-41beee9022ecf85e4b6379acd03d2109efb61026.zip
Merge pull request #201 from AllanWang/md-colors
Md colors
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index a2c38e1..61e5fb7 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## v5.0.0
+* :core: Update Material Dialogs to 3.x
+* :colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension
+
## v4.1.0
* :core: Deprecate NetworkUtils, as the underlying functions are deprecated
* :core: Permission manager no longer synchronized, as all actions should occur in the main thread