From 7e0679e8728b29cad81eba44fd3ad519eef90e0c Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Thu, 29 Feb 2024 01:49:42 -0800 Subject: [PATCH] fix news --- NEWS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 01d79b0..297865b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,18 +2,17 @@ ## v0.2.0 +- The `-` character no longer breaks up tokens - Titles are now parsed only if they occur after the series token AND after either issue, year or volume. - A more sophisticated date parser. - Issue numbers that lead with a '#' character may start with alphabetical characters. -- If volume is parsed, but issue number is not, the issue number is copied from +- If volume exists, but issue number does not, then issue number becomes the volume number. - ComicFilenameParser and ComicFilenameSerializer classes are available as well as the old function API. - New test cases thanks to @lordwelch & @bpepple -- Titles must come after series and one other token, but before format and scan - info. ## v0.1.4