summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-08 08:19:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-08 08:19:50 +0200
commit6be7960e1ccdab5b0c698b7ea7f33528fcbdfc2c (patch)
tree9cd7600360261963e759a36c639b9a816261ebc7 /ChangeLog.adoc
parentcd740fc18b3cd8a43ccd9e6705810d042db3afb9 (diff)
downloadweechat-6be7960e1ccdab5b0c698b7ea7f33528fcbdfc2c.zip
core: update ChangeLog (issue #1904, issue #1905)
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 3c00c3934..79933367c 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -59,6 +59,7 @@ Bug fixes::
* irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898)
* irc: don't switch to buffer of joined channel if it was not manually joined nor present in server autojoin option
* irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel
+ * lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905)
* 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)