diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 12:56:33 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 12:56:33 -0400 |
commit | 3293b5f4e2060f3ae22bdd941b8654bde70c9939 (patch) | |
tree | ed7b371557150d035284f2d031ee6473a3313dab /docs | |
parent | 013f08f9061ad0dea803e5e63f24480a138a05b2 (diff) | |
download | kau-3293b5f4e2060f3ae22bdd941b8654bde70c9939.tar.gz kau-3293b5f4e2060f3ae22bdd941b8654bde70c9939.tar.bz2 kau-3293b5f4e2060f3ae22bdd941b8654bde70c9939.zip |
Update public xml script to ignore modules without res items
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
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 |