CHANGELOG.md: Update comment about language validation

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

View File

@ -11,7 +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)
- Experimental language validation using the Python `langid` library (enable with `-e`, see README.md)
### Changed
- Re-formatted code with black and isort