aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-23 15:14:12 -0400
committerGitHub <noreply@github.com>2017-09-23 15:14:12 -0400
commita647df3c32b77eff3e6ba8a78799dc7eb42ba11c (patch)
treee15593d81626e0ab4e3443c0d2bdd3b21162c083 /docs
parentf3e7098e52f8caa86be7922f5b07eade6f36cc57 (diff)
downloadkau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.tar.gz
kau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.tar.bz2
kau-a647df3c32b77eff3e6ba8a78799dc7eb42ba11c.zip
v3.4.1 (#63)
* Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62)
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index aa37c4d..4165fbb 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -6,6 +6,7 @@
* :searchview: Ensure reveals are called on the UI thread
* :searchview: Check that searchview has a parent before checking card state
* :mediapicker: Reuse request manager from activity
+* :kpref-activity: Add bounds to text item
## v3.3.2
* :kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks.