From a3f733d29a000a58fe136baeac9ca0c683a12a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 28 Nov 2025 17:36:21 +0100 Subject: [PATCH] core: fix styles in ChangeLog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685348113..1f9c73df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,11 +38,11 @@ SPDX-License-Identifier: GPL-3.0-or-later ### Fixed -- core: display an error message in case of invalid parameters in commands /bar, /buffer, /cursor, /print and /window +- core: display an error message in case of invalid parameters in commands `/bar`, `/buffer`, `/cursor`, `/print` and `/window` - api: fix file descriptor leak in hook_url when a timeout occurs or if the hook is removed during the transfer ([#2284](https://github.com/weechat/weechat/issues/2284)) - api: fix parsing of date/times with timezone offset in function util_parse_time - irc: fix warning on creation of irc.msgbuffer option when the server name contains upper case letters ([#2281](https://github.com/weechat/weechat/issues/2281)) -- irc: display a warning for each unknown or invalid server option in commands /connect and /server +- irc: display a warning for each unknown or invalid server option in commands `/connect` and `/server` - irc: fix colors in messages 367 (ban mask), 728 (quiet mask) and MODE ([#2286](https://github.com/weechat/weechat/issues/2286)) - irc: fix reset of color when multiple modes are set with command `/mode` - relay/api: fix crash when an invalid HTTP request is received from a client