1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix typo in ChangeLog

This commit is contained in:
Sébastien Helleu
2023-12-15 22:59:20 +01:00
parent 75dc8b9d6c
commit 76a3f85831
+1 -1
View File
@@ -40,7 +40,7 @@ New features::
Bug fixes::
* core: fix crash on plugin reload when using musl libs (issue #2052)
* core: fix crash on plugin reload when using musl libc (issue #2052)
* core: fix infinite loop in display when the chat area is too small (issue #2053)
* core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
* core: remove incorrect warning when binding keys kbd:[F10] to kbd:[F20] (issue #2039)