From 4e6e57d77fdcf5560420911b1b5e2c426c38554a Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 15 Aug 2023 09:13:23 +0100 Subject: [PATCH] Missing changelog entries. --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eb31f3443..8fe34178e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,17 @@ ## Changes in 0.27.0 (2023-08-15) +✨ Features + +- Add support for device hydration through the Crypto SDK (uses MSC3814) ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807)) + 🐛 Bugfixes - Fix parsing logic for legacy location events ([#1801](https://github.com/matrix-org/matrix-ios-sdk/pull/1801)) +⚠️ API Changes + +- Remove MXDehydrationService and old client methods. ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807)) + ## Changes in 0.26.12 (2023-06-21)