We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c5548 commit 1466a17Copy full SHA for 1466a17
1 file changed
src/NewsFormatter.php
@@ -62,7 +62,7 @@ public function getNewsListForReleaseMarkup(string $version): string {
62
}
63
64
private function removeAuthorInBraces(string $change): string {
65
- $change = preg_replace('/(^(.*))( \([\w\p{L} ,-]+\).?$)/u', '$1', $change, 1, $count);
+ $change = preg_replace('/(^(.*))( \([\w\p{L} ,.-]+\).?$)/u', '$1', $change, 1, $count);
66
67
return $change;
68
0 commit comments