From c3f2252385df077dfe4dc5ba45e0531fcb551ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Nov 2025 09:00:26 +0100 Subject: [PATCH] core: add missing links to upgrade guidelines in ChangeLog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddc237d6..db8af245b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ SPDX-License-Identifier: GPL-3.0-or-later ## Version 4.8.0 (under dev) +_If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ + ### Added - core: add option weechat.completion.cycle @@ -66,6 +68,8 @@ SPDX-License-Identifier: GPL-3.0-or-later ## Version 4.7.0 (2025-07-19) +_If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ + ### Changed - **breaking:** core: fix buffer overflow in function utf8_next_char and return NULL for empty string @@ -103,6 +107,8 @@ SPDX-License-Identifier: GPL-3.0-or-later ## Version 4.6.3 (2025-05-11) +_If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ + ### Fixed - core: fix integer overflow with decimal numbers in calculation of expression @@ -3590,6 +3596,8 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ ## Version 0.3.1.1 (2010-01-31) +_If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ + ### Bug fixes - irc: fix crash with SSL connection if option ssl_cert is set ([bug #28752](https://savannah.nongnu.org/bugs/?28752))