aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 14:44:34 -0700
committerAllan Wang <me@allanwang.ca>2019-07-01 14:44:34 -0700
commit39bda3064e75a8a4be100afa4f5e7adee33c2f17 (patch)
tree61349f45b00f1697d6824aca5fcd2546735e0f23 /docs
parent1f9198a1c05223edc7abb095f483d02cda5f1122 (diff)
downloadkau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.tar.gz
kau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.tar.bz2
kau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.zip
Update changelog and add post setter test
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0ccf69c..b282830 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,8 @@
## v5.0.1
* :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