diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-19 22:57:44 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-19 22:57:44 -0700 |
commit | f411167d3a7748bafbd54394e24ee40808faa6be (patch) | |
tree | f3c154ebfb28b8f27651ccd9abf2ee35d0b045d3 /docs | |
parent | cd93a1205a1f52883593288f0b0a5a5fb05b900b (diff) | |
download | kau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.gz kau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.bz2 kau-f411167d3a7748bafbd54394e24ee40808faa6be.zip |
Apply spotless and update changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 073f3a5..f629f4c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,9 +1,12 @@ # Changelog ## v5.2.0 -* :fastadapter: Migrate fastadapter to v4.x.x +* :about: Migrate about libraries to v7.x.x +* :core: Migrate iconics to v4.x.x * :core: Automatically switch light mode for navigationBarColor and statusBarColor * :core: Remove statusBarLight toggle +* :core: Remove kau_status_bar_height; height should be found programmatically +* :fastadapter: Migrate fastadapter to v4.x.x ## v5.1.0 * :adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary |