From 07c83fe7c3a348527781edad5a3e2e4fa67396c5 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 2 Oct 2019 10:26:31 +0100 Subject: [PATCH] Prepare changelog for v1.6.2-rc.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a4981090..f163aaeca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +Changes in [1.6.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.2-rc.1) (2019-10-02) +============================================================================================================= +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.1...v1.6.2-rc.1) + + * Custom theming MVP + [\#3503](https://github.com/matrix-org/matrix-react-sdk/pull/3503) + * Don't mark a room as unread when someone adds an alias + [\#3505](https://github.com/matrix-org/matrix-react-sdk/pull/3505) + * Fix upgraderoom slashcommand + [\#3504](https://github.com/matrix-org/matrix-react-sdk/pull/3504) + * Update stripped emoji and bump emojidata to 4.0.2 + [\#3501](https://github.com/matrix-org/matrix-react-sdk/pull/3501) + * Support local permalinks for unfederated instances + [\#3500](https://github.com/matrix-org/matrix-react-sdk/pull/3500) + * Accessibility fixes to the LeftPanel + [\#3499](https://github.com/matrix-org/matrix-react-sdk/pull/3499) + * Make Autocomplete more accessible to screen reader users + [\#3497](https://github.com/matrix-org/matrix-react-sdk/pull/3497) + * Fix: even more resilience to detect slash commands + [\#3496](https://github.com/matrix-org/matrix-react-sdk/pull/3496) + * Fix PropTypes usage, sdk import path and GroupMemberTile letter-avatar + [\#3486](https://github.com/matrix-org/matrix-react-sdk/pull/3486) + Changes in [1.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.6.1) (2019-10-01) =================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.6.0...v1.6.1)