aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-12-30 17:07:57 -0500
committerGitHub <noreply@github.com>2018-12-30 17:07:57 -0500
commitab349293e52d77f6fc4b44446e19dc80aa8e789f (patch)
tree3fa9743571bbdc2cdd0987944fdad72fa233fae4 /docs
parent3aa909f055c24d3700fa02f80c88e77a0c096f6e (diff)
downloadkau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.tar.gz
kau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.tar.bz2
kau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.zip
Emulator tests (#183)
* Add connected check * Delete flyweight * Add skin tag * Try emulator api 22 * Try emulator api 19 * Remove emulator tests for now. Too flaky
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 283759d..e6d51d2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,6 +4,7 @@
* :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
+* :core: Delete flyweight implementation. Kotlin already has getOrPut
* :mediapicker: Use video preloading instead of full async loading
## v4.0.0-alpha01