diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-27 00:16:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 00:16:09 -0500 |
commit | bbaddee2ed4c5f2e534683d9687392d254c37d67 (patch) | |
tree | cb7bd886194f207cddb2f654e659acbaa65ee078 /docs | |
parent | 23b9f24503130f1f3d29f0ab7a33ea3a08e0c064 (diff) | |
download | kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.gz kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.bz2 kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.zip |
Feature/fast adapter (#119)
* Update fast adapter implementation
* Add repeated click listener
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 2d09855..238294e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,7 @@ # Changelog ## v3.6.0 +* :core: Create kotlin flyweight * :core: Created BundleUtils * :core: [Breaking] Refactored startActivity functions * :kpref-activity: [Breaking] Simplified listener function parameters |