diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-21 08:44:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-21 08:44:47 +0100 |
commit | 7f561c313379e62380a044b8236f98ad917b0dd1 (patch) | |
tree | 385c9dbdaac2978f07e73e2ba2aadec8d82df961 /ChangeLog.asciidoc | |
parent | 26f415f5db46899e60135b25b750a448be5112bd (diff) | |
download | weechat-7f561c313379e62380a044b8236f98ad917b0dd1.zip |
core: allow "*" as plugin name in command /plugin reload to reload all plugins with options
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 16975d0a4..76ef366de 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,6 +19,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features +* core: allow "*" as plugin name in command /plugin reload to reload all + plugins with options * core: add option "-s" in command /eval to split expression before evaluating it (no more split by default) (closes #324) * core: add priority in plugins to initialize them in order |