diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 21:36:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-20 21:36:46 +0200 |
commit | 393203b13c24c90c54b8fff9bb17a835300b3ab3 (patch) | |
tree | ab3c3b1b887a77d606208efd26b7d4761b988d48 | |
parent | c62cc5f497cffc10b870870e4149c3619a735bc7 (diff) | |
download | weechat-393203b13c24c90c54b8fff9bb17a835300b3ab3.zip |
core: update ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index f0c15a7a2..2f4a006e3 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -21,7 +21,9 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] 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 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) * irc: add indexed ban list, add completion for /unban and /unquiet (issue #597, task #11374, task #10876) |