From a9ed58fae36ce2840274b1a02f607a869f739dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Jun 2024 00:38:06 +0200 Subject: [PATCH] core: add relay protocol in ChangeLog entries --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8593da08a..9b0202a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - relay: add option `addreplace` in commands `/relay` and `/remote` ([#2095](https://github.com/weechat/weechat/issues/2095)) - core: allow buffer id in commands `/buffer` and `/print`, in addition to number and name - relay: enable websocket extension "permessage-deflate" with "api" relay only ([#1549](https://github.com/weechat/weechat/issues/1549)) -- relay: add line id in buffer lines sent to clients with weechat protocol +- relay/weechat: add line id in buffer lines sent to clients - api: allow NULL value for key in hashtable - doc: rename doc "weechat_relay_protocol" to "weechat_relay_weechat" @@ -47,7 +47,7 @@ - php: fix return value of function hdata_longlong - tcl: fix return value of function hdata_longlong ([#2119](https://github.com/weechat/weechat/issues/2119)) - relay/api: fix "body_type" returned when lines or nicks of a buffer are requested -- relay: fix read of one buffer line in API protocol +- relay/api: fix read of one buffer line - relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters ([#1549](https://github.com/weechat/weechat/issues/1549)) - relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure ([#1549](https://github.com/weechat/weechat/issues/1549)) - core: fix completion of command `/item refresh`