From 72dd3e7272fcdb8fa71b03216258147371a5e282 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 6 Oct 2021 19:35:59 +0300 Subject: [PATCH] CHANGELOG.md: Add notes about regexes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f16c35..32056ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Updated - Python dependencies + +### Fixed - Regular expression to match all citation fields (dc.identifier.citation as well as dcterms.bibliographicCitation) +- Regular expression to match dc.title and dcterms.title, but +ignore dc.title.alternative ## [0.4.7] - 2021-03-17 ### Changed