diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-06 16:34:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:34:18 -0400 |
commit | b9feba20d45505a22162c386e18dfc1a4f117d3f (patch) | |
tree | 38959c2d31d9a523523210e42e895a1470a2c2c4 /docs | |
parent | f55d10118b296f5927b786778d42c4a1e072b5dd (diff) | |
parent | efae24a43ba6f861442a485ddff49afd65559eb4 (diff) | |
download | kau-4.1.0.tar.gz kau-4.1.0.tar.bz2 kau-4.1.0.zip |
Merge pull request #197 from AllanWang/enhancement/permissions4.1.0
Enhancement/permissions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 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 |