From 330ab98f64dd5488f118ce1de4ca1bc32d563014 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 22 Apr 2016 11:21:31 +0100 Subject: [PATCH] Prepare changelog for v0.5.2 --- CHANGELOG.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e673b18f99..262d55c6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ -Changes in -======================= - * Reduce number of events shown in a room to 250, to improve responsiveness +Changes in [0.5.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.5.2) (2016-04-22) +=================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.5.1...v0.5.2) + +Performance improvements: + + * Reduce number of events shown in a room to 250 + [afb301f](https://github.com/matrix-org/matrix-react-sdk/commit/afb301ffb78c019a50e40caa5d9042ad39c117fe) + * add heuristics to hide URL previews... + [\#284](https://github.com/matrix-org/matrix-react-sdk/pull/284) + * Fix bug which stopped us scrolling down after we scrolled up + [\#283](https://github.com/matrix-org/matrix-react-sdk/pull/283) + * Don't relayout scrollpanels every time something changes + [\#280](https://github.com/matrix-org/matrix-react-sdk/pull/280) + * Reduce number of renders on received events + [\#279](https://github.com/matrix-org/matrix-react-sdk/pull/279) + * Avoid rerendering EventTiles when not necessary + [\#278](https://github.com/matrix-org/matrix-react-sdk/pull/278) + * Speed up processing of TimelinePanel updates on new events + [\#277](https://github.com/matrix-org/matrix-react-sdk/pull/277) + +Other bug fixes: + * Fix read-receipt animation + [\#282](https://github.com/matrix-org/matrix-react-sdk/pull/282), + [\#281](https://github.com/matrix-org/matrix-react-sdk/pull/281) Changes in [0.5.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.5.1) (2016-04-19) ===================================================================================================