CHANGELOG.md: Add notes about regexes

This commit is contained in:
Alan Orth 2021-10-06 19:35:59 +03:00
parent 6ba16d5d4c
commit 72dd3e7272
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -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