diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-14 20:18:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 20:18:18 -0500 |
commit | 20f0d085d6940be30b076a8cff3de25fe4a6e21a (patch) | |
tree | 417f2e67afdf53981344c4c3c4ba9f5636d8f8f1 /sample/src/main/res/xml | |
parent | e9111feb62bf245309d1ffde9f8579195d8f6449 (diff) | |
download | kau-20f0d085d6940be30b076a8cff3de25fe4a6e21a.tar.gz kau-20f0d085d6940be30b076a8cff3de25fe4a6e21a.tar.bz2 kau-20f0d085d6940be30b076a8cff3de25fe4a6e21a.zip |
Misc (#137)
* Reorder final override
* Update restart methods
* Update changelog
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 31163d0..146042c 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -7,6 +7,9 @@ --> <version title="v3.6.4" /> + <item text=":core: Fix potential NPE in restart()" /> + <item text=":core: Create restartApplication()" /> + <item text="" /> <item text="Update documentation" /> <item text="" /> |