diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 15:09:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 15:09:18 -0700 |
commit | 7f260584ebf03757d3b22016b0d04970e0639f90 (patch) | |
tree | 5b2ee3e19842d91c1ee26ebf684e0526e7d6a5e8 /sample/src/main/res/xml | |
parent | 273430e0fb1b884826382349b46a917ce42ebe0b (diff) | |
parent | 6154ad0708be6b09acf8a3ff81b822fbf985e8d9 (diff) | |
download | kau-7f260584ebf03757d3b22016b0d04970e0639f90.tar.gz kau-7f260584ebf03757d3b22016b0d04970e0639f90.tar.bz2 kau-7f260584ebf03757d3b22016b0d04970e0639f90.zip |
Merge pull request #215 from AllanWang/kpref-mockable
Kpref mockable
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 0e38015..62614ed 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,11 +6,11 @@ <item text="" /> --> - <version title="v5.0.1" /> + <version title="v5.1.0" /> <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" /> |