diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:40:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:40:46 +0200 |
commit | d38d9613940889464437e16f35fabce8de8998f1 (patch) | |
tree | 03e4951a470b47f5afedd4cc08c5b8127c67958c /ChangeLog.asciidoc | |
parent | 4406087ee57867ff42c8913314c8dd3c15a561f4 (diff) | |
download | weechat-d38d9613940889464437e16f35fabce8de8998f1.zip |
core: add option "send" in command /input (send text to a buffer)
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 420cfedaf..a8741e7f7 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -15,6 +15,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 1.0 (under dev) +* core: add option "send" in command /input (send text to a buffer) * core: add option "-buffer" in command /command (closes #67) * core: add support of negated tags in filters (with '!') (closes #72, closes #74) |