diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 22:30:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 22:30:13 +0200 |
commit | 6b1f3de4b24600c561e7aecce48bd2837bd4866b (patch) | |
tree | f2aa19bde7262bac313b251d962c42daa952a710 | |
parent | eceb7ec540922249dc930d2e7a861b131fb9fdb7 (diff) | |
download | weechat-6b1f3de4b24600c561e7aecce48bd2837bd4866b.zip |
core: update ChangeLog
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2f4a006e3..ae07db6a6 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -23,6 +23,7 @@ New features:: * core: allow merge of buffers by name in command /buffer (issue #1108, issue #1159) * api: add function hashtable_add_from_infolist() * api: add function string_format_size in scripting API + * irc: add support for IRCv3.2 invite-notify (issue #639) * irc: add support for IRCv3.2 Client Capability Negotiation (issue #586, issue #623) * irc: display current nick on connected servers in output of /server list|listfull (issue #1193) * irc: add option "-server" in command /list (issue #1165) |