From 6de2e8bda500f3506eae3926e4406f8a47d101b8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 2 Sep 2016 17:13:52 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ src/components/structures/TimelinePanel.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03096b04b8..c024595205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [0.6.5-r2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r2) (2016-09-02) +========================================================================================================= +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5-r1...v0.6.5-r2) + + * Workaround vector-im/vector-web#2020 where floods of joins could crash the browser + (as seen in #matrix-dev right now) + Changes in [0.6.5-r1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.6.5-r1) (2016-09-01) ========================================================================================================= [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.6.5...v0.6.5-r1) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index c80a8c89d7..715cc5a4c8 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -32,7 +32,7 @@ var KeyCode = require('../../KeyCode'); var PAGINATE_SIZE = 20; var INITIAL_SIZE = 20; -var DEBUG = false; +var DEBUG = true; if (DEBUG) { // using bind means that we get to keep useful line numbers in the console