From 831ce979c30ecbd7f9bd77cf4c03ca8cab58ce85 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 6 Oct 2021 21:23:35 +0300 Subject: [PATCH] CHANGELOG.md: Clarify regex fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32056ee..6ab3c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Regular expression to match all citation fields (dc.identifier.citation as -well as dcterms.bibliographicCitation) +well as dcterms.bibliographicCitation) in `experimental.correct_language()` - Regular expression to match dc.title and dcterms.title, but -ignore dc.title.alternative +ignore dc.title.alternative `check.duplicate_items()` ## [0.4.7] - 2021-03-17 ### Changed