diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-21 20:01:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 20:01:33 -0700 |
commit | d84a4b7e709d887f46b6d7dd726d29772c11fd18 (patch) | |
tree | 5b67867c5779d91f815e1815d5e6cebdcdcd2568 /sample/src | |
parent | a0b16ab0d8886934f7d29403420ce30e791e7119 (diff) | |
parent | ff20b96232a2e19481ca33df8ce76d4d44a847e3 (diff) | |
download | kau-d84a4b7e709d887f46b6d7dd726d29772c11fd18.tar.gz kau-d84a4b7e709d887f46b6d7dd726d29772c11fd18.tar.bz2 kau-d84a4b7e709d887f46b6d7dd726d29772c11fd18.zip |
Merge pull request #196 from AllanWang/enhancement/kpref-activity
Enhancement/kpref-activity
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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" /> |