diff --git a/CHANGELOG b/CHANGELOG index 5f9894427..b1d2b6707 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ KeepassDX (2.5.0.0beta25) * Fix TOTP * Fix infinite save * Fix update group + * Fix OOM KeepassDX (2.5.0.0beta24) * Add OTP (HOTP / TOTP) diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt index 6e12bdb1a..e8dac0614 100644 --- a/fastlane/metadata/android/en-US/changelogs/25.txt +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -2,4 +2,5 @@ * Fix Recycle bin issues * Fix TOTP * Fix infinite save - * Fix update group \ No newline at end of file + * Fix update group + * Fix OOM \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/25.txt b/fastlane/metadata/android/fr-FR/changelogs/25.txt index f6facfc49..b16937389 100644 --- a/fastlane/metadata/android/fr-FR/changelogs/25.txt +++ b/fastlane/metadata/android/fr-FR/changelogs/25.txt @@ -2,4 +2,5 @@ * Correction de bug pour la corbeille * Correction TOTP * Correction sauvegarde infinie - * Correction lors de la mise à jour d'un groupe \ No newline at end of file + * Correction lors de la mise à jour d'un groupe + * Correction OOM \ No newline at end of file