1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

core: add missing list header in v4.0.1

This commit is contained in:
Sébastien Helleu
2024-05-21 21:42:55 +02:00
parent cb08919baf
commit 6704b1b21c
+2
View File
@@ -430,6 +430,8 @@ Build::
[[v4.0.1]]
== Version 4.0.1 (2023-06-30)
Bug fixes::
* core: force key "return" to command "/input return" when migrating legacy keys
* core: display actual key name and command with key kbd:[Alt+k], remove key kbd:[Alt+K] (grab raw key) and associated commands `/input grab_raw_key` and `/input grab_raw_key_command`
* core: check for newline characters in string_is_whitespace_char (issue #1968)