diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-23 21:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 21:16:50 -0500 |
commit | fd2b6f6e7e29f0c333f12f60f0eaae89055ddf8b (patch) | |
tree | e1d259640ff984d6613ce788ed026b82d49fecea /docs/Changelog.md | |
parent | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (diff) | |
download | kau-3.7.0.tar.gz kau-3.7.0.tar.bz2 kau-3.7.0.zip |
Update versions (#141)3.7.0
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index b4f21fd..937db20 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,10 +1,11 @@ # Changelog -## v3.6.4 +## v3.7.0 * :core: Fix potential NPE in restart() * :core: Create restartApplication() * :colorpicker: Rewrote implementation to be null and parse safe * :colorpicker: Added more encapsulation to CircleView (selected -> colorSelected; all others are private) +* :adapter: [Breaking] update fastadapter; click listeners now have nullable views * Update documentation ## v3.6.3 |