1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

CHANGELOG.md: Add note about language validation

This commit is contained in:
2019-09-26 14:03:18 +03:00
parent 604bd5bda6
commit 76291c1876

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Added
- csvkit to dev requirements (csvcut etc are useful during development)
- Experimental language validation using `-e` (see README.md)
### Changed
- Re-formatted code with black and isort