From e7d9ffc9925ccbd725b81989a643e2960d793dfe Mon Sep 17 00:00:00 2001 From: Onuray Sahin Date: Fri, 30 Jul 2021 17:35:04 +0300 Subject: [PATCH] Changelog added. --- CHANGES.md | 12 ++++++++++++ changelog.d/3681.removal | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/3681.removal diff --git a/CHANGES.md b/CHANGES.md index a5ef37fb55..5f829a2e3b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +Changes in Element v1.1.15 (2021-07-30) +======================================= + +Features ✨ +---------- + - Voice Message implementation (Currently under Labs Settings and disabled by default). ([#3598](https://github.com/vector-im/element-android/issues/3598)) + +SDK API changes ⚠️ +------------------ + - updatePushRuleActions signature has been updated to more explicitly enabled/disable the rule and update the actions. It's behaviour has also been changed to match the web with the enable/disable requests being sent on every invocation and actions sent when needed(not null). ([#3681](https://github.com/vector-im/element-android/issues/3681)) + + Changes in Element 1.1.14 (2021-07-23) ====================================== diff --git a/changelog.d/3681.removal b/changelog.d/3681.removal deleted file mode 100644 index 314b58c41d..0000000000 --- a/changelog.d/3681.removal +++ /dev/null @@ -1 +0,0 @@ -updatePushRuleActions signature has been updated to more explicitly enabled/disable the rule and update the actions. It's behaviour has also been changed to match the web with the enable/disable requests being sent on every invocation and actions sent when needed(not null). \ No newline at end of file