浏览代码

Update CHANGES.txt.

JC Brand 12 年之前
父节点
当前提交
0fefc55ae1
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 2 0
      CHANGES.rst
  2. 2 1
      index.html

+ 2 - 0
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)
 ------------------

+ 2 - 1
index.html

@@ -7,6 +7,7 @@
     <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
     <link rel="stylesheet" type="text/css" media="screen" href="converse.css">
     <script data-main="main" src="components/requirejs/require.js"></script>
+    <!-- <script src="converse.min.js"></script>-->
     <title>Converse.js</title>
 </head>
 
@@ -167,7 +168,7 @@
             prebind: false,
             show_controlbox_by_default: true,
             xhr_user_search: false,
-            debug: true
+            debug: false
         });
     });
 </script>