From 449e5ae7058b858389c6fbf83d1cf432d3cb6433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 26 May 2024 16:05:56 +0200 Subject: [PATCH] core: add link to issues in ChangeLog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd12f8fc..4455a87f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ ### Fixed - tcl: fix return value for hdata_longlong ([#2119](https://github.com/weechat/weechat/issues/2119)) -- tests: fix relay tests on s390x -- tests: fix check of php plugin -- tests: fix compilation of tests on Fedora 40 and Rocky 9.4 +- tests: fix relay tests on s390x ([#2118](https://github.com/weechat/weechat/issues/2118)) +- tests: fix check of php plugin ([#2117](https://github.com/weechat/weechat/issues/2117)) +- tests: fix compilation of tests on Fedora 40 ([#2116](https://github.com/weechat/weechat/issues/2116)) +- tests: fix compilation of tests on Rocky 9.4 ## Version 4.3.0 (2024-05-26)