From fc7364bffa4d613636f1cecb9cca8be3ad2984cd Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 7 Mar 2017 11:18:26 +0100 Subject: [PATCH] Mention that plugins must now be whitelisted --- docs/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 93e3d8cbb..f533f73b1 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -3,6 +3,8 @@ ## 3.0.0 (2017-03-05) - **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. * The API has been split into public and private parts. The private API methods are now only available to plugins.