1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-17 11:37:03 +01:00

CHANGELOG.md: add note about description field

This commit is contained in:
Alan Orth 2023-04-22 12:17:44 -07:00
parent e2d46e9495
commit 8d4295b2b3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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