diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 14:44:34 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 14:44:34 -0700 |
commit | 39bda3064e75a8a4be100afa4f5e7adee33c2f17 (patch) | |
tree | 61349f45b00f1697d6824aca5fcd2546735e0f23 /sample/src/main/res/xml | |
parent | 1f9198a1c05223edc7abb095f483d02cda5f1122 (diff) | |
download | kau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.tar.gz kau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.tar.bz2 kau-39bda3064e75a8a4be100afa4f5e7adee33c2f17.zip |
Update changelog and add post setter test
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 0e38015..6144685 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -9,8 +9,8 @@ <version title="v5.0.1" /> <item text=":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" /> <item text=":adapter: Make NoAnimatorChange an object; previously a class" /> - <item text="" /> - <item text="" /> + <item text=":core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor" /> + <item text=":core: KPref initializer takes in SharedPreferences so user can configure it" /> <item text="" /> <version title="v5.0.0" /> |