diff --git a/CHANGELOG.md b/CHANGELOG.md index b0deb926..3036521f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.2.0 *(2020-05-30)* +---------------------------- + + * Cache the conversations shown on the main screen to drastically improve their loading speed + * Allow adding newlines with the Enter button + * Properly handle a new View third party intent + * Added some other translation, UI and stability improvements + Version 5.1.4 *(2020-05-23)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..e8b55377 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,4 @@ + * Cache the conversations shown on the main screen to drastically improve their loading speed + * Allow adding newlines with the Enter button + * Properly handle a new View third party intent + * Added some other translation, UI and stability improvements