diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-21 21:42:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-21 21:42:55 +0200 |
commit | 6704b1b21c726be1656dc672506c3271bfdae66d (patch) | |
tree | 474071eebc02c5e0a6aee9c3bdaeee10fd9386a1 | |
parent | cb08919baf6ca06bdff1956ae6a2d5e003a43686 (diff) | |
download | weechat-6704b1b21c726be1656dc672506c3271bfdae66d.zip |
core: add missing list header in v4.0.1
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 228b517f7..fd9177238 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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) |