From 63b6dee311e085d58fa41cb0f691b474e24872cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Nov 2025 09:16:42 +0100 Subject: [PATCH] core: fix order of sections in ChangeLog --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0fa696c..65f415cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,6 @@ SPDX-License-Identifier: GPL-3.0-or-later _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ -### Added - -- core: add option weechat.completion.cycle -- core: add hdata for hooks -- api: add functions util_parse_int, util_parse_long and util_parse_longlong -- buflist: add variable `${index_displayed}` - ### Removed - irc: remove temporary servers and option irc.look.temporary_servers @@ -39,6 +32,13 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - build: require Enchant v2 ([#2268](https://github.com/weechat/weechat/issues/2268)) - build: require Lua ≥ 5.3 ([#2268](https://github.com/weechat/weechat/issues/2268)) +### Added + +- core: add option weechat.completion.cycle +- core: add hdata for hooks +- api: add functions util_parse_int, util_parse_long and util_parse_longlong +- buflist: add variable `${index_displayed}` + ### Fixed - core: display an error message in case of invalid parameters in commands `/bar`, `/buffer`, `/cursor`, `/print` and `/window`