From 0a7caa27d94a149ac95d16b936386a67c028bce8 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 24 May 2016 08:06:54 +0000 Subject: [PATCH] Update changelog for next release. --- docs/CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 2de1bdf18..50878366b 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.1 (Unreleased) + +- Bugfix. Roster filter sometimes gets hidden when it shouldn't. +- Chat boxes weren't being initialized due to typo. +- Flush request queue just after connection. Solves a problem with PubSub and + Prosody, whereby BOSH HTTP responses weren't being received. + ## 1.0.0 (2016-05-03) - Add catalan language [JoseMariaRubioMoral]