From 4f8c46c4a796e88805b5ebad2cfc7aee4dfc10a4 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 15 Mar 2016 18:14:49 +0000 Subject: [PATCH] Update changelog --- docs/CHANGES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 3c44e4f01..6437ec78e 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -2,11 +2,10 @@ ## 0.11.0 (Unreleased) -- Split converse.js into different modules. - The code for the OTR, MUC, Ping and registration features are now written as - plugins in separate modules and they can be completely removed from the build. [jcbrand] +- Split converse.js up into different plugin modules. [jcbrand] - Don't play sound notifications for OTR messages which are setting up an encrypted session. [jcbrand] +- Bugfix: RID, SID and JID tokens ignored when `keepalive` set to `true`. [jcbrand] - Removed the `account.logout` API, instead use `user.logout`. [jcbrand] - #261 `show_controlbox_by_default` config not working [diditopher] - #443 HTML5 notifications of received messages [jcbrand]