From 63ad3e135dddf170e5425d216420678c3cd063e1 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 30 Jun 2014 18:59:19 +0200 Subject: [PATCH] Update readme --- docs/CHANGES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 6045036c0..1c931765d 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -5,9 +5,9 @@ Changelog ---------------- .. note:: - 1. Converse.js is now relicensed under the `Mozilla Public License http://www.mozilla.org/MPL/2.0/`_. + 1. Converse.js is now relicensed under the `Mozilla Public License `_. 2. Configuration options for the chat toolbar have changed. - Please refer to the `relevant documentation http://devbox:8890/docs/html/index.html#visible-toolbar-buttons`_. + Please refer to the `relevant documentation `_. * No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand] * All date handling is now done with moment.js. [jcbrand] @@ -15,12 +15,13 @@ Changelog * Chat boxes and rooms can now be resized vertically. [jcbrand] * Upgraded many dependencies to their latest versions. [jcbrand] * Add new configuration setting `forward_messages `_ - Message forwarding was before default behavior but is now optional (and disabled by default). [jcbrand] + Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand] * Newly opened chat boxes always appear immediately left of the controlbox. * #71 Chat boxes and rooms can be minimized. [jcbrand] * #130 Fixed bootstrap conflicts. [jcbrand] * #132 Support for `XEP-0280: Message Carbons `_. Configured via `enable_message_carbons `_ [hejazee] +* #176 Add support for caching in sessionStorage as opposed to localStorage. [jcbrand] 0.7.4 (2014-03-05) ------------------