From 18364586d9c6c223bd7623b71a62e34e38dccc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 24 Nov 2024 16:08:58 +0100 Subject: [PATCH] core: update ChangeLog (issue #2205) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d282d2e8c..cb04a685f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - api: add property `hotlist_conditions` in function buffer_set - api: add support of flags in functions hook_signal_send and hook_hsignal_send - relay/api: allow array with multiple requests in websocket frame received from client +- relay/api: support passing authentication in sub protocol header ([#2205](https://github.com/weechat/weechat/issues/2205)) - core, plugins: simplify help on parameters that can be repeated in commands - core: add optional hook types in command `/debug hooks` - build: fix detection of Ruby on macOS 14, require CMake ≥ 3.18 ([#1156](https://github.com/weechat/weechat/issues/1156))