aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-05 22:46:03 -0500
committerAllan Wang <me@allanwang.ca>2019-01-05 22:46:03 -0500
commit4c4996e0ead6c415e96dd19f1390140e59bb98a4 (patch)
tree26bed620ca88d34c534943b5b8ecfb38c6945b5e /docs
parent274e10fab9a7ee1a7f1934d1f07bd5cffdc84c1b (diff)
downloadkau-4c4996e0ead6c415e96dd19f1390140e59bb98a4.tar.gz
kau-4c4996e0ead6c415e96dd19f1390140e59bb98a4.tar.bz2
kau-4c4996e0ead6c415e96dd19f1390140e59bb98a4.zip
Fix tests and prepare next release4.0.0-alpha02
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7291753..021a0f1 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,6 +1,7 @@
# Changelog
## v4.0.0-alpha02
+* Update translations
* :core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes
* :core: Add default CoroutineScope implementation to KauBaseActivity
* :core: Remove zip class. Coroutines and join can be used as an alternative