changelog++

This commit is contained in:
Calvin Leung Huang 2017-08-15 22:21:42 -04:00
parent 86ea7e945d
commit f4dbc796f2
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ FEATURES:
specifying permitted DNS domains for CA certificates, allowing you to
narrowly scope the set of domains for which a CA can issue or sign child
certificates.
* **Plugin Backend Reload Endpoint**: Plugin backends can now be triggered to
reload using the `sys/plugins/backend/reload` endpoint and providing either
the plugin name or the mounts to reload.
* **Self-Reloading Plugins**: The plugin system will now attempt to reload a
crashed or stopped plugin, once per request.