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

CHANGELOG.md: Add note about python dependencies

This commit is contained in:
Alan Orth 2020-01-29 12:41:43 +02:00
parent 79244b9ac3
commit 5e471813e8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add field name to the output for more fixes and checks to help identify where
the error is
### Updated
- Update python dependencies to latest versions
## [0.4.1] - 2020-01-15
### Changed
- Reduce minimum Python version to 3.6 by working around the `is_normalized()`