diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt index a477d73e5e..659124f465 100644 --- a/ReleaseNotes/ReleaseNotes-2.6.txt +++ b/ReleaseNotes/ReleaseNotes-2.6.txt @@ -107,11 +107,13 @@ EMail ~~~~~ * link:https://code.google.com/p/gerrit/issues/detail?id=1531[Issue 1531]: Email footers now include `Gerrit-HasComments: {Yes|No}`. -* Notifications configured in project.config can now be addressed +* Notifications configured in `project.config` can now be addressed using any of To, CC, or BCC headers. - * `#if($email.hasInlineComments())` can be used in templates to test if there are comments to be included in this email. +* Notification emails are sent to included groups. +* Comment notification emails are sent to project watchers. +* "Change Merged" emails include the diff output when `sendemail.includeDiff` is enabled. Upgrades ~~~~~~~~ @@ -156,6 +158,20 @@ SSH `review --message` only adds the message once. * `ls-groups` prints "N/A" if the group's name is not set. + +EMail +~~~~~ +* Missing email templates are added to the site initialization. +* Merge failure emails are only sent once per day. +* Unused macros are removed from the mail templates. +* Unnecessary ellipses are no longer applied to email subjects. +* The diff output from an "octopus merge" is made more readable in change notification emails. +* link:https://code.google.com/p/gerrit/issues/detail?id=1480[Issue 1480]: +Proper error message is shown when registering an email address fails. + +* link:https://code.google.com/p/gerrit/issues/detail?id=1692[Issue 1692]: +Review comments are sorted before being added to notification emails. + Documentation -------------