diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-29 00:49:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 00:49:37 -0700 |
commit | 356a67d184ac82831d77221a84215d3ec87e177d (patch) | |
tree | a45528b0dee10126f42392a2a6f10f2fb555d8e7 /docs/Changelog.md | |
parent | c9fec8cc993f159eb81803e8c0cd5855d2a9abd3 (diff) | |
parent | a7e0ad1c50c37f82184774174f1e0f6fb72165aa (diff) | |
download | frost-356a67d184ac82831d77221a84215d3ec87e177d.tar.gz frost-356a67d184ac82831d77221a84215d3ec87e177d.tar.bz2 frost-356a67d184ac82831d77221a84215d3ec87e177d.zip |
Merge pull request #1561 from AllanWang/fix-auth
Fix auth
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 29856117..30820aa0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,9 +1,10 @@ # Changelog ## v2.4.1 -* Convert facebook desktop urls to mobile ones +* Add better support for mobile url conversions * Notification tab will keep first page in the same window; fixes marking notifications as read * Fix nav and status bar icon colors for custom themes (Android O+) +* Fix biometric prompt, and prompt on activity resume ## v2.4.0 * Removed request services, which potentially caused phishing warnings. |