diff --git a/CHANGELOG.md b/CHANGELOG.md index 8837c0ae1..86437bc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ major performance leak and introduces polls and threads. - feat: Implement polls (Christian Kußowski) - feat: Implement threads (krille-chan) - fix: Database corruption because notification tab isolate starts too late (Christian Kußowski) +- fix: Import sticker packs (Christian Kußowski) - refactor: Improved UIA support for OIDC and SSO (Christian Kußowski) - refactor: Invite users when upgrading private room (Christian Kußowski) - build: (deps): bump cross_file from 0.3.4+2 to 0.3.5 (dependabot[bot]) @@ -18,6 +19,7 @@ major performance leak and introduces polls and threads. - build: Switch back to stable web auth package (krille-chan) - build: Use matrix sdk 4.0.0 (Christian Kußowski) - build: Use secure storage from pub.dev again (krille-chan) +- chore: Remove Notification actions when using UnifiedPush (Christian Kußowski) - chore(translations): Added translation using Weblate (Uzbek) (bahrom04) - chore(translations): Translated using Weblate (Basque) (xabirequejo) - chore(translations): Translated using Weblate (Belarusian) (Alex Katon) diff --git a/android/fastlane/metadata/android/en-US/changelogs/default.txt b/android/fastlane/metadata/android/en-US/changelogs/default.txt index 28ba54f3e..01a335509 100644 --- a/android/fastlane/metadata/android/en-US/changelogs/default.txt +++ b/android/fastlane/metadata/android/en-US/changelogs/default.txt @@ -1,2 +1,3 @@ FluffyChat 2.3.0 fixes a possible database corruption bug, also fixes a -major performance leak and introduces polls and threads. \ No newline at end of file +major performance leak and introduces polls and threads. +Several other bugs have also been fixed including importing sticker packgs. \ No newline at end of file