From 7ea2aebc32c7796bc0786382c803c247a80acc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 5 Feb 2016 07:45:14 +0100 Subject: [PATCH] core: update ChangeLog and release notes --- ChangeLog.asciidoc | 2 ++ ReleaseNotes.asciidoc | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 51f4d5356..54aac9029 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -23,6 +23,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: add multiple targets and support of "-server" in command /ctcp (issue #204, issue #493) +* trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" + in default trigger "msg_auth" [[1.5_bugs]] === Bugs fixed diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc index dd056cce3..3de586b2f 100644 --- a/ReleaseNotes.asciidoc +++ b/ReleaseNotes.asciidoc @@ -17,6 +17,21 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file 'ChangeLog.asciidoc' in sources). +[[1.5]] +== Version 1.5 (under dev) + +[[1.5_default_triggers]] +=== Default triggers + +The default triggers "cmd_pass" and "msg_auth" have been updated to include +nickserv commands "recover" and "regain". + +You can restore them with the following command: + +---- +/trigger restore cmd_pass msg_auth +---- + [[1.4]] == Version 1.4 (2016-01-10)