diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-21 20:00:51 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-21 20:00:51 -0700 |
commit | ff20b96232a2e19481ca33df8ce76d4d44a847e3 (patch) | |
tree | 5b67867c5779d91f815e1815d5e6cebdcdcd2568 | |
parent | 77684bb070dcbd011ffb3b5fb50a88f2cf3e65a2 (diff) | |
download | kau-ff20b96232a2e19481ca33df8ce76d4d44a847e3.tar.gz kau-ff20b96232a2e19481ca33df8ce76d4d44a847e3.tar.bz2 kau-ff20b96232a2e19481ca33df8ce76d4d44a847e3.zip |
Update changelog
-rw-r--r-- | docs/Changelog.md | 1 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9d96135..0100e8e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,7 @@ ## v4.1.0 * :core: Deprecate NetworkUtils, as the underlying functions are deprecated +* :kpref-activity: Getter and setter now have action context, with the option to reload self ## v4.0.0 * Update translations diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 1edb48e..dbaa1ef 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -8,6 +8,8 @@ <version title="v4.1.0" /> <item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" /> + <item text=":kpref-activity: Getter and setter now have action context, with the option to reload self" /> + <item text="" /> <item text="" /> <version title="v4.0.0" /> |