Update CHANGES.txt.

This commit is contained in:
JC Brand 2013-08-25 23:34:35 +02:00
parent d766a9f495
commit 0fefc55ae1
2 changed files with 4 additions and 1 deletions

View File

@ -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)
------------------

View File

@ -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>