diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-09-12 09:23:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-09-12 09:23:48 +0200 |
commit | 664876bde665c40f7e091372a1a38b04582c4a74 (patch) | |
tree | ad5adec935915fd16980b7b55b3fbe5872cb3d7c /ChangeLog.asciidoc | |
parent | 1b05a1a06b3d7cf4af29a5ef5c5c9ed2c6056bee (diff) | |
download | weechat-664876bde665c40f7e091372a1a38b04582c4a74.zip |
alias: display completion in /alias list (closes #518)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index bbb9e7639..9b3c9e1ea 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -23,6 +23,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (issue #522) * api: add function string_hex_dump() * api: add argument "length" in function utf8_is_valid() +* alias: display completion in /alias list (issue #518) * irc: add command /cap (issue #8) * irc: add hex dump of messages in raw buffer when debug is enabled for irc plugin (level 2 or more) |