summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-05-21 14:27:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-05-21 14:44:21 +0200
commit2a229a1b6b2abda095c353f80671bf980b65e6c2 (patch)
treee8077bd2a8ddc011616e3ef3e529436cb4a75e69
parent271e3952013c317d6e24bafced45f56abffe8074 (diff)
downloadweechat-2a229a1b6b2abda095c353f80671bf980b65e6c2.zip
core: update ChangeLog
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index cf623ce75..e5aa3b636 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
+ * core: add support of list options in curl (issue #826)
* 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