From d5cbcdd4e7c5cd644f0cc7bc6825074b0cd4a63a Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 11 Mar 2020 13:41:17 +0100 Subject: [PATCH] prepare release 0.18.0 --- CHANGES.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5f3fe873e4..42f8d875cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,6 @@ -Changes in RiotX 0.18.0 (2020-XX-XX) +Changes in RiotX 0.18.0 (2020-03-11) =================================================== -Features ✨: - - - Improvements 🙌: - Share image and other media from e2e rooms (#677) - Add support for `/plain` command (#12) @@ -18,9 +15,6 @@ Bugfix 🐛: - Set "image/jpeg" as MIME type of images instead of "image/jpg" (#1075) - Self verification via QR code is failing (#1130) -Translations 🗣: - - - SDK API changes ⚠️: - PushRuleService.getPushRules() now returns a RuleSet. Use getAllRules() on this object to get all the rules.