Update CHANGELOG.md

This commit is contained in:
Aaron Power 2018-08-25 22:08:33 +01:00 committed by GitHub
parent ee5df4b4d3
commit d16671b28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# 8.0.0
* A language's comments, and quotes are now available through the `LanguageType`
enum.
* You can filter by language using the `-t/--type` option. e.g. `tokei -t "Rust,C"`
will print only Rust and C files.
* Tokei now understands terminal width and will expand to fit it. (Thanks
to @Veykril)
* Added [comparison](./COMPARISON.md) document to compare Tokei to other