diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-13 21:57:45 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-13 21:57:45 -0700 |
commit | 22972373e5a9a74250971eb869c626ae6397ad76 (patch) | |
tree | 311ce3b9da0279bd00877c94e10c7934b416a7cb /app/src/main/res | |
parent | d4c64b800ffcfd5590c3a18c8bf5cf75ee74f3b4 (diff) | |
download | frost-22972373e5a9a74250971eb869c626ae6397ad76.tar.gz frost-22972373e5a9a74250971eb869c626ae6397ad76.tar.bz2 frost-22972373e5a9a74250971eb869c626ae6397ad76.zip |
Fix pending intent for Android 12
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index ed3ea6e7..292d62bb 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,6 +10,7 @@ <item text="Fix multi account sign in" /> <item text="Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies" /> <item text="Update themes" /> + <item text="Big infra changes (please file bugs for new crashes)" /> <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" /> |