diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index a02cbb99..dc12e80e 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,5 @@ v3.0.0 * Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails -* Added initial support for messenger.com +* Added initial support for messenger.com (settings > appearance > main activity tabs) * Fix swipe to refresh not disabling for certain pages
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index e03eceb2..bdece3ae 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,7 +8,7 @@ <version title="v3.0.0" /> <item text="Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails" /> - <item text="Added initial support for messenger.com" /> + <item text="Added initial support for messenger.com (settings > appearance > main activity tabs)" /> <item text="Fix swipe to refresh not disabling for certain pages" /> <item text="" /> <item text="" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index e1b1e889..9f4712c5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,7 +2,7 @@ ## v3.0.0 * Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails -* Added initial support for messenger.com +* Added initial support for messenger.com (settings > appearance > main activity tabs) * Fix swipe to refresh not disabling for certain pages ## v2.4.7 |