From 6e7df565921db523ee0a685540bbe6fa567832b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 24 Nov 2024 16:23:38 +0100 Subject: [PATCH] core: update ChangeLog (issue #2209) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d2559b2..8627ae413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - core, plugins: abort upgrade immediately if any upgrade file fails to be written - core: reload all plugins with command `/plugin reload *` - relay, xfer: fix letters with actions displayed on top of buffer +- perl: fix crash when unloading Perl scripts with Perl 5.38 ([#2209](https://github.com/weechat/weechat/issues/2209)) - lua: fix compilation on Fedora with Lua < 5.2.0 ([#2173](https://github.com/weechat/weechat/issues/2173), [#2174](https://github.com/weechat/weechat/issues/2174)) - core: fix build on Android ([#2180](https://github.com/weechat/weechat/issues/2180))