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

CHANGELOG.md: Add note about black and isort

This commit is contained in:
Alan Orth 2019-08-29 01:26:11 +03:00
parent c92977d1ca
commit b5899001b7
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
- Update python dependencies to latest versions, including numpy 1.17.1, pandas
0.25.1, and requests-cache 0.5.2
### Changed
- Re-formatted code with black and isort
## [0.2.2] - 2019-08-27
### Changed
- Output of date checks to include column names (helps debugging in case there are multiple date fields)