diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-21 11:12:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-21 11:12:32 +0100 |
commit | adb4d0debd517f205ed9f31b0e4c738ed8e9588b (patch) | |
tree | 419261f5b6ab659643c66bee2c11a401b0cbda32 /ChangeLog.asciidoc | |
parent | afce3a64270b8c5c290b90e6f5c993d6abea55f3 (diff) | |
download | weechat-adb4d0debd517f205ed9f31b0e4c738ed8e9588b.zip |
irc: add option "reorder" in command /server (closes #229)
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 0a5291d84..fa8c0d67e 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -33,6 +33,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * api: add regex replace feature in function string_eval_expression() * api: use microseconds instead of milliseconds in functions util_timeval_diff() and util_timeval_add() +* irc: add option "reorder" in command /server (closes #229) * irc: open channel buffers before the JOIN is received from server (autojoin and manual joins), new options irc.look.buffer_open_before_{autojoin|join} (closes #216) |