notify doctors work, audit work, new product advisory sprints
This commit is contained in:
@@ -147,7 +147,7 @@ public static partial class ChangelogParser
|
||||
}
|
||||
|
||||
currentDate = ParseRpmDate(headerMatch.Groups[1].Value);
|
||||
currentVersion = headerMatch.Groups[2].Value;
|
||||
currentVersion = headerMatch.Groups[2].Value.Trim();
|
||||
currentCves.Clear();
|
||||
currentBugs.Clear();
|
||||
currentDescription.Clear();
|
||||
|
||||
Reference in New Issue
Block a user