diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 52090e837..064dc1eae 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -6,6 +6,8 @@ * `{fantasy}:fantasycharacter` has been replaced with `{fantasy}:prefix` which allows multiple-character fantasy prefixes. If you have multiple custom fantasy characters set you should separate them with a space when upgrading your config. +* The db_json module will now terminate the process if it fails to write the database. This replicates the behaviour previously used by the db_flatfile module. + * When adding an unregistered user to an access list you must now explicitly specify their hostmask. This prevents accidentally adding a hostmask which is too wide. ### Changes @@ -26,6 +28,8 @@ * Fixed limiting the number of accounts per email address. +* Fixed locking modes that take a parameter when they are added. + * Fixed the `chanserv/enforce` command erroneously enforcing against channel founders. * Fixed the syntax of the `chanserv/suspend` command.