Sfoglia il codice sorgente

Mention converse-muc-embedded in the changelog

JC Brand 8 anni fa
parent
commit
ef7a0df46e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      docs/CHANGES.md

+ 3 - 0
docs/CHANGES.md

@@ -13,6 +13,9 @@
       available to plugins, has been renamed from `converse` to `_converse`.
       The public API is accessible via a global `converse` object.
 
+- Created a new non-core plugin `converse-muc-embedded` which embeds a single
+  chat room into a page. An example can be found at https://conversejs.org/demo/embedded.html
+  [jcbrand]
 - Use lodash instead of underscore.js [jcbrand]
 - Case insensitive matching of moderation commands. [jcbrand]
 - Add `/subject` as alias to `/topic` [jcbrand]