From e7c5353240dd17131f907a80fd175d70561900d0 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 20 May 2021 15:48:22 +0200 Subject: [PATCH] PR merged after the release --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 372ac26196..a28b84410e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ Bugfix 🐛: - Wrong copy in share space bottom sheet (#3346) - Fix a problem with database migration on nightly builds (#3335) - Implement a workaround to render <del> and <u> in the timeline (#1817) + - Make sure the SDK can retrieve the secret storage if the system is upgraded (#3304) Translations 🗣: - @@ -59,7 +60,6 @@ Bugfix 🐛: - Properly clean the back stack if the user cancel registration when waiting for email validation - Fix read marker visibility/position when filtering some events - Fix user invitation in case of restricted profile api (#3306) - - Make sure the SDK can retrieve the secret storage if the system is upgraded (#3304) SDK API changes ⚠️: - RegistrationWizard.createAccount() parameters are now all optional, following Matrix spec (#3205)