From fc794593ab8e9c19a06fb273a781bb8ee8bcf197 Mon Sep 17 00:00:00 2001 From: Pierre Felgines Date: Wed, 9 Feb 2022 10:29:02 +0100 Subject: [PATCH] Update CHANGELOG --- android/CHANGELOG.md | 13 ++++++++++++- ios/CHANGELOG.md | 9 ++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 55d2fa72e..20aa3b14f 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -1,11 +1,22 @@ -# v3.7.0-RC3 +# v3.7.0 ## Added - Temporary disable polls on Actions tab - Add button to delete account +- Store & Retry to send door to door polls if user is offline +- Tagging plan +- Fetch tools from remote ## Updated - Refactor code on buttons - Use tinycolor2 to compute button colors on the fly +- Remove moment library +- Update dependencies +- Update react navigation to v6 + +## Fixed + +- Fix button safe area on DoorToDoor brief screen +- Fixes minors bugs on Door to Door screens diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 008928845..20aa3b14f 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -1,15 +1,22 @@ -# v3.7.0-RC3 +# v3.7.0 ## Added - Temporary disable polls on Actions tab - Add button to delete account +- Store & Retry to send door to door polls if user is offline +- Tagging plan +- Fetch tools from remote ## Updated - Refactor code on buttons - Use tinycolor2 to compute button colors on the fly +- Remove moment library +- Update dependencies +- Update react navigation to v6 ## Fixed - Fix button safe area on DoorToDoor brief screen +- Fixes minors bugs on Door to Door screens