diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-02-10 18:59:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-02-10 18:59:39 +0100 |
commit | 46935b859caf54fe31ba4ea4d5befb8d6a9f52b2 (patch) | |
tree | 9e3e77c77972193e3cb5bd6fdc8f3a9197f66b8c | |
parent | 9b9ec62a8eed075560a07d32267f33856304571e (diff) | |
download | weechat-46935b859caf54fe31ba4ea4d5befb8d6a9f52b2.zip |
core: update ChangeLog (issue #1881)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 10c47d158..381217832 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,6 +31,7 @@ New features:: Bug fixes:: + * core: allow command `/input move_next_word` going to the end of line (issue #1881) * core: ignore incomplete ctrl/meta/meta2 codes in keys * core: fix display glitch in command errors when a wide char is set in option weechat.look.command_chars (issue #1871) * api: readjust string size in function string_dyn_free when string is not freed |