aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-05-22 18:04:26 -0700
committerAllan Wang <me@allanwang.ca>2019-05-22 18:04:26 -0700
commitefae24a43ba6f861442a485ddff49afd65559eb4 (patch)
treef406843056edbf73ac3bcc25dd51ddc40eed4adb
parent8591040162b6147344aa82a2e4a308319e62c2d4 (diff)
downloadkau-efae24a43ba6f861442a485ddff49afd65559eb4.tar.gz
kau-efae24a43ba6f861442a485ddff49afd65559eb4.tar.bz2
kau-efae24a43ba6f861442a485ddff49afd65559eb4.zip
Update changelog
-rw-r--r--docs/Changelog.md1
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0100e8e..a2c38e1 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
+* :core: Permission manager no longer synchronized, as all actions should occur in the main thread
* :kpref-activity: Getter and setter now have action context, with the option to reload self
## v4.0.0
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index dbaa1ef..0b13dd4 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -8,9 +8,9 @@
<version title="v4.1.0" />
<item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" />
+ <item text=":core: Permission manager no longer synchronized, as all actions should occur in the main thread" />
<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" />
<item text="Update translations" />