From 9b9c39ddd4f7e9a13629e406af1d763d4e52a3eb Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 18 May 2025 01:09:13 -0400 Subject: [PATCH] changelog entry for API config --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81da32a6..51c7bd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This release includes changes to the config file format, all of which are fully Many thanks to [@csmith](https://github.com/csmith), [@delthas](https://github.com/delthas), donio, [@emersion](https://github.com/emersion), [@KlaasT](https://github.com/KlaasT), [@knolley](https://github.com/knolley), [@Mailaender](https://github.com/Mailaender), and [@prdes](https://github.com/prdes) for reporting issues and helping test. ### Config changes +* Added `api` block for configuring the new HTTP API. If this block is absent, the API is disabled (#2231) * Added `server.additional-isupport` for publishing arbitrary ISUPPORT tokens (#2220, #2240) * Added `server.command-aliases` to configure aliases for server commands (#2229, #2236) * Added options to `roleplay` to customize the NUH's sent for `NPC` and `SCENE`. Roleplay remains deprecated and disabled by default. (#2237)