summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 677566559b..78ca62551d 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -207,7 +207,7 @@ sub print_news_deltas ($$$)
# the first occurrence of $prev_version.
my $in_items;
- my $re_prefix = qr/\* (?:Noteworthy|Major) change/;
+ my $re_prefix = qr/(?:\* )?(?:Noteworthy c|Major c|C)(?i:hanges)/;
open NEWS, '<', $news_file
or die "$ME: $news_file: cannot open for reading: $!\n";