summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-29 08:37:57 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-29 08:37:57 +0100
commitb3cf270d1d938ffa9960ccb5e39d5a0ed166f594 (patch)
tree4ca195f9c15e946b07f9d5c0ed9ba4f8101561cd /ChangeLog.adoc
parent8251f1fd13013a93fe441a71695b389f71cb47cb (diff)
downloadweechat-b3cf270d1d938ffa9960ccb5e39d5a0ed166f594.zip
core: allow text in addition to a command in command /repeat
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 4c6e21302..7d70ece60 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
+ * core: allow text in addition to a command in command /repeat
* core: add option "addreplace" in command /filter (issue #1055, issue #1312)
* api: replace argument "keep_eol" by "flags" in function string_split (issue #1322)
* api: add function command_options (issue #928)