diff options
author | Allan Wang <me@allanwang.ca> | 2019-12-07 18:19:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 18:19:51 -0800 |
commit | 0db38bce21d883dfb94f51b9dc2ab440a9782c52 (patch) | |
tree | b6dcbd597d387b07c0ec10eea6d9332580f7c6b7 /docs | |
parent | 09c6e4d1defb46616c57accbf505d0c237fea3d6 (diff) | |
parent | cbdb7b55c894da4655644c4d3db2def2b89cd989 (diff) | |
download | kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.gz kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.bz2 kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.zip |
Merge pull request #235 from AllanWang/viewbinding
ViewBinding
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 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 |