From c95261f5220e7e6775ee5307b5b9a3030555ceca Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 8 Oct 2021 14:37:12 +0300 Subject: [PATCH] CHANGELOG.md: Add note about fix.newlines --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab3c60..137e48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 well as dcterms.bibliographicCitation) in `experimental.correct_language()` - Regular expression to match dc.title and dcterms.title, but ignore dc.title.alternative `check.duplicate_items()` +- Missing field name in `fix.newlines()` output ## [0.4.7] - 2021-03-17 ### Changed