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`