From cbde77a5cd30b80ea160d124707cfd15c9fd55f8 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 17 Mar 2020 14:07:00 +0000 Subject: [PATCH] Prepare changelog for v5.1.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249ee5054..35ba1ee6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +Changes in [5.1.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v5.1.1) (2020-03-17) +================================================================================================ +[Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v5.1.1-rc.1...v5.1.1) + + * Fix: ensureOlmSessionsForDevices parameter format + [\#1265](https://github.com/matrix-org/matrix-js-sdk/pull/1265) + * Fix: prevent error being thrown during sync in some cases + [\#1262](https://github.com/matrix-org/matrix-js-sdk/pull/1262) + * Force `is_verified` for key backups to bool and fix computation + [\#1260](https://github.com/matrix-org/matrix-js-sdk/pull/1260) + Changes in [5.1.1-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v5.1.1-rc.1) (2020-03-11) ========================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v5.1.0...v5.1.1-rc.1)