aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 15:09:18 -0700
committerGitHub <noreply@github.com>2019-07-01 15:09:18 -0700
commit7f260584ebf03757d3b22016b0d04970e0639f90 (patch)
tree5b2ee3e19842d91c1ee26ebf684e0526e7d6a5e8 /docs
parent273430e0fb1b884826382349b46a917ce42ebe0b (diff)
parent6154ad0708be6b09acf8a3ff81b822fbf985e8d9 (diff)
downloadkau-7f260584ebf03757d3b22016b0d04970e0639f90.tar.gz
kau-7f260584ebf03757d3b22016b0d04970e0639f90.tar.bz2
kau-7f260584ebf03757d3b22016b0d04970e0639f90.zip
Merge pull request #215 from AllanWang/kpref-mockable
Kpref mockable
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2c653e0..f8287ca 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,7 +1,10 @@
# Changelog
-## v5.0.1
+## v5.1.0
* :adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary
+* :adapter: Make NoAnimatorChange an object; previously a class
+* :core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor
+* :core: KPref initializer takes in SharedPreferences so user can configure it
## v5.0.0
* Update Android SDK to 29 and Kotlin to 1.3.31