Update CHANGELOG.md

This commit is contained in:
Dylan Araps 2016-12-09 15:41:23 +11:00 committed by GitHub
parent 2cc7e3625e
commit 4dcf6efd6c
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
- Travis now runs [shellcheck](https://github.com/koalaman/shellcheck) on every commit and pull request. - Travis now runs [shellcheck](https://github.com/koalaman/shellcheck) on every commit and pull request.
- We've had to exclude around 10 lint errors, see this wiki page for why we did this: - We've had to exclude around 10 lint errors, see this wiki page for why we did this:
- https://github.com/dylanaraps/neofetch/wiki/Shellcheck-Exclusions - https://github.com/dylanaraps/neofetch/wiki/Shellcheck-Exclusions
- Optimize usage of get_de(), get_wm() and get_term().
- We were calling these multiple times, we now check to see if they were run previously.
## Images ## Images