From a22d6a1bf68fe4af68b9079014f1ac48b1c3a310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 26 Apr 2023 00:09:53 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 220733fff..ab9f1bd37 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -66,6 +66,7 @@ Bug fixes:: * irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel * irc: add messages 415 (cannot send message to channel) and 742 (mode cannot be set) * lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905) + * ruby: fix crash on quit when a child process is still running (issue #1889, issue #1915) * spell: check buffer pointer received in info "spell_dict" * typing: fix crash when pointer buffer is not received in callback for signal "input_text_changed" (issue #1869)