diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-20 00:11:58 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-20 00:11:58 -0700 |
commit | 8e73e46e9ebbec9ac452cd670538736ad0dacb03 (patch) | |
tree | a9a6f5974ac7e297f06e42d1dfaf48935647df52 | |
parent | 7c421439d69895053d90a44236059f8baf57a853 (diff) | |
download | kau-8e73e46e9ebbec9ac452cd670538736ad0dacb03.tar.gz kau-8e73e46e9ebbec9ac452cd670538736ad0dacb03.tar.bz2 kau-8e73e46e9ebbec9ac452cd670538736ad0dacb03.zip |
Update changelog
-rw-r--r-- | docs/Changelog.md | 1 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f629f4c..37e355e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,7 @@ * :core: Remove statusBarLight toggle * :core: Remove kau_status_bar_height; height should be found programmatically * :fastadapter: Migrate fastadapter to v4.x.x +* :fastadapter-viewbinding: Create helper items for ViewBinding ## 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 diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 5b4ff9c..d8c167f 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -13,7 +13,7 @@ <item text=":core: Remove statusBarLight toggle" /> <item text=":core: Remove kau_status_bar_height; height should be found programmatically" /> <item text=":fastadapter: Migrate fastadapter to v4.x.x" /> - <item text="" /> + <item text=":fastadapter-viewbinding: Create helper items for ViewBinding" /> <item text="" /> <version title="v5.1.0" /> |