CHANGELOG.md: Add note about language validation

This commit is contained in:
Alan Orth 2019-09-26 14:03:18 +03:00
parent 604bd5bda6
commit 76291c1876
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

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