1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

core: update ChangeLog (issue #1904, issue #1905)

This commit is contained in:
Sébastien Helleu
2023-04-08 08:19:50 +02:00
parent cd740fc18b
commit 6be7960e1c
+1
View File
@@ -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)