Add missing key to changelog

This commit is contained in:
Daniel Oaks 2018-10-15 12:05:22 +10:00
parent 2b10b73bbc
commit e365103fb5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ New release of Oragono!
### Config Changes ### Config Changes
* `allow-multiple-per-connection` key removed from `accounts`. * `allow-multiple-per-connection` key removed from `accounts`.
* `autoupgrade` key added under `datastore`, specifying whether to upgrade to new database versions automatically. * `autoupgrade` key added under `datastore`, specifying whether to upgrade to new database versions automatically.
* `bcrypt-cost` key added under `accounts`, to control how strongly account passwords are hashed.
* `stackimpact` section removed from `debug`. * `stackimpact` section removed from `debug`.
* `unix-bind-mode` key added under `server`, controlling the bind mode used for unix listening sockets. * `unix-bind-mode` key added under `server`, controlling the bind mode used for unix listening sockets.
* `vhosts` section added under `accounts`, configuring our new vhost support. * `vhosts` section added under `accounts`, configuring our new vhost support.