summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-26 00:09:53 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-26 00:09:53 +0200
commita22d6a1bf68fe4af68b9079014f1ac48b1c3a310 (patch)
treed3ce03e827889a7254cef6d2d7b092864fde3761 /ChangeLog.adoc
parent71382b6c0fa1860f371349f6409f9bbd1ea3987a (diff)
downloadweechat-a22d6a1bf68fe4af68b9079014f1ac48b1c3a310.zip
core: update ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
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)