From e365103fb56bebb542053943d58a3627b5d61d54 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 15 Oct 2018 12:05:22 +1000 Subject: [PATCH] Add missing key to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745e189b..9f1e2d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ New release of Oragono! ### Config Changes * `allow-multiple-per-connection` key removed from `accounts`. * `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`. * `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.