diff options
author | Allan Wang <me@allanwang.ca> | 2018-09-26 10:21:30 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-09-26 10:21:30 -0400 |
commit | 3ac791b744a56138501c9530fa6df8dcb0756739 (patch) | |
tree | 4a347d78cf8cec00f82a359f133613e00673d9eb /docs | |
parent | 101e025f37828a9e4100dde899fc03e0a6054aac (diff) | |
download | kau-3ac791b744a56138501c9530fa6df8dcb0756739.tar.gz kau-3ac791b744a56138501c9530fa6df8dcb0756739.tar.bz2 kau-3ac791b744a56138501c9530fa6df8dcb0756739.zip |
Update kpref tests and migration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md index c9e39b8..ce27225 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -11,6 +11,7 @@ Methods such as `Context.string(id, fallback)` now check against `INVALID_ID` th * Kotterknife has been deprecated in favour of `kotlin-android-extensions`. See [official docs](https://kotlinlang.org/docs/tutorials/android-plugin.html#view-binding). * `ProgressAnimator` has been completely rewritten to be an extension of `ValueAnimator`. This for the most part is not a breaking change, apart from the fact that creating an animator will not start it immediately. +* KPref has been slightly refactored internally. Preferences backed by `StringSet` can now go back to `Set<String>` # v3.6.0 |