From 56f28bdeb66c17db01cb74660a50b48405313981 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 6 Jul 2021 23:44:21 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 7 +++++++ fastlane/metadata/android/en-US/changelogs/202.txt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/202.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index a64e87931..1fae8935f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 6.14.1 *(2021-07-06)* +---------------------------- + + * Allow changing the way events spanning across midnight are shown at the weekly view + * Added a couple Monthly + Daily view related improvements + * Couple other UX and translation improvements + Version 6.14.0 *(2021-05-14)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/202.txt b/fastlane/metadata/android/en-US/changelogs/202.txt new file mode 100644 index 000000000..d302e8f06 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/202.txt @@ -0,0 +1,3 @@ + * Allow changing the way events spanning across midnight are shown at the weekly view + * Added a couple Monthly + Daily view related improvements + * Couple other UX and translation improvements