From 0fefc55ae178158925dd252a53b86a191916db58 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 25 Aug 2013 23:34:35 +0200 Subject: [PATCH] Update CHANGES.txt. --- CHANGES.rst | 2 ++ index.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0ec93fb03..40fbf8607 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,8 @@ Changelog - Add a debug option (logs to the browser console). [jcbrand] - Use font icons from http://icomoon.io [jcbrand] - Added a static mockup to aid CSS/design process. [jcbrand] +- Save language codes with hyphens. Thanks to @seocam. [jcbrand] +- The combined and minified JS file now uses almond and not require.js. [jcbrand] 0.5.2 (2013-08-05) ------------------ diff --git a/index.html b/index.html index 6edb460c7..de4ce1ee4 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + Converse.js @@ -167,7 +168,7 @@ prebind: false, show_controlbox_by_default: true, xhr_user_search: false, - debug: true + debug: false }); });