From 96b6b55257f2f5ed0d13570762b1921c27f2a5f1 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 28 Oct 2014 18:17:22 +0100 Subject: [PATCH] Update CHANGES --- docs/CHANGES.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 122d61467..daba6fb05 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,14 +1,22 @@ Changelog ========= + 0.8.4 (Unreleased) ------------------ +.. note:: + The current API methods will be deprecated in future bugfix releases and + a new API will be made available for the 0.9.0 release. + * Bugfix. Error when trying to use prebind and keepalive together. [heban and jcbrand] * Bugfix. Cannot read property "top" of undefined. [jcbrand] * Add new event, noResumeableSession, for when keepalive=true and there aren't any prebind session tokens. [jcbrand] -* Add 2 new API methods, getChatBox and openChatBox. [jcbrand] +* #46 Add 2 new API methods, getChatBox and openChatBox. [jcbrand] +* #151 Browser locks/freezes with many roster users. [jcbrand] +* #251 Non-minified builds for debugging. [jcbrand] +* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu] 0.8.3 (2014-09-22) ------------------