diff --git a/distrib/builder/changes.py b/distrib/builder/changes.py index e6be3833a3..9d72593c5e 100644 --- a/distrib/builder/changes.py +++ b/distrib/builder/changes.py @@ -226,7 +226,7 @@ def generate(self, format): otherGroups.append(tag) others = self.pretty_group_list(otherGroups) - if others: others = ' (also %s)' % others + if others: others = ' [→ %s]' % others print >> out, '
  • %s%s' % (entry.subject, others) print >> out, 'by %s on ' % entry.author