浏览代码

Mention that plugins must now be whitelisted

JC Brand 8 年之前
父节点
当前提交
fc7364bffa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/CHANGES.md

+ 2 - 0
docs/CHANGES.md

@@ -3,6 +3,8 @@
 ## 3.0.0 (2017-03-05)
 ## 3.0.0 (2017-03-05)
 
 
 - **Breaking changes**:
 - **Breaking changes**:
+    * Plugins must now be whitelisted.
+      See the [whitelisted_plugins](https://conversejs.org/docs/html/configuration.html#whitelisted-plugins) setting.
     * Callbacks for `converse.on` now no longer receive an event object as first parameter.
     * Callbacks for `converse.on` now no longer receive an event object as first parameter.
     * The API has been split into public and private parts.
     * The API has been split into public and private parts.
       The private API methods are now only available to plugins.
       The private API methods are now only available to plugins.