diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-17 08:59:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-26 21:35:49 +0200 |
commit | 54dd19da92a2200e226232a78c901719f96d332c (patch) | |
tree | be6542540c3cce4dfd5c3b976e15e6728fece995 /ChangeLog.adoc | |
parent | bc4294e297810c7b419d000d9e5bd8e3f7505820 (diff) | |
download | weechat-54dd19da92a2200e226232a78c901719f96d332c.zip |
api: add info "buffer" (closes #1962)
This info returns a pointer buffer with its full name.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 24cdb514f..b470586da 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -13,6 +13,10 @@ For a list of important changes that require manual actions, please look at rele [[v4.1.0]] == Version 4.1.0 (under dev) +New features:: + + * api: add info "buffer" (issue #1962) + Bug fixes:: * core: force key "return" to command "/input return" when migrating legacy keys |