From 16fdd956e846c00cb844513f9b571d61fd6207bb Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sun, 28 Jul 2024 09:52:43 +0200 Subject: [PATCH] Add changelog (#297) * Add changelog * Fix changelog version mismatch --- fastlane/metadata/android/en-US/changelogs/35.txt | 3 ++- fastlane/metadata/android/en-US/changelogs/36.txt | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/35.txt b/fastlane/metadata/android/en-US/changelogs/35.txt index 5432a40..719915c 100644 --- a/fastlane/metadata/android/en-US/changelogs/35.txt +++ b/fastlane/metadata/android/en-US/changelogs/35.txt @@ -1 +1,2 @@ -Improve onboarding experience \ No newline at end of file +Now authentication screen is shown automatically when authentication fails. +The recipe ingredient notes are no longer duplicated. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/36.txt b/fastlane/metadata/android/en-US/changelogs/36.txt index 719915c..3bd7b2f 100644 --- a/fastlane/metadata/android/en-US/changelogs/36.txt +++ b/fastlane/metadata/android/en-US/changelogs/36.txt @@ -1,2 +1 @@ -Now authentication screen is shown automatically when authentication fails. -The recipe ingredient notes are no longer duplicated. \ No newline at end of file +Now you can add new shopping lists as well as rename and remove existing ones.