From 8d4295b2b30c6b4ce4cc5f9d3f7e5de0d838fdc5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 22 Apr 2023 12:17:44 -0700 Subject: [PATCH] CHANGELOG.md: add note about description field --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4492f48..649af24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed regex so we run the comma space fix on `dcterms.bibliographicCitation` fields +### Changed +- Don't run newline fix on description fields + ### Updated - Python dependencies, including Pandas 2.0.0 and [Arrow-backed dtypes](https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i)