diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-09 01:54:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 01:54:02 -0500 |
commit | 637851b6ddc4a22583797a45bdbb72eb9c6dac23 (patch) | |
tree | 68b5a496ea3c8783fa61748c74a88fb692df553b /docs | |
parent | 98e8a962c419d49de6e6050bf834f4d490932aa9 (diff) | |
download | kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.tar.gz kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.tar.bz2 kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.zip |
misc (#97)
* Update translators
* Increase debounce test interval
* Clean unnecessary adapter files
* Update fastadapter
* Add fastadapter helper method
* Remove external method
* Add better wrap
* Add more helpers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f13f21b..45b8e12 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## v3.5.0 +* Update dependencies, many of which with major version increments +* Add Vietnamese translations +* Add Italian translations +* Clean up unnecessary build version support +* Optimize and refactor old code +* Add helper methods to enhance FastAdapter for Kotlin + ## v3.4.5 * Add French translations * Add Spanish translations |