Update CHANGELOG.md

This commit is contained in:
Dylan Araps 2016-12-06 12:03:27 +11:00 committed by GitHub
parent fec061d9fd
commit 7a49de1002
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This release also includes a rewrite of the screenshot functions. You no longer
The `get_packages()` function was optimized. Neofetch's packages function works by detecting which package managers are installed on your system and then using a sum of those as the packages output. The `get_packages()` function was optimized. Neofetch's packages function works by detecting which package managers are installed on your system and then using a sum of those as the packages output.
Previously the function would call `wc -l` for every package manager, instead we now call `wc -l` only once at the end of the function. Previously the function would call `wc -l` for every package manager, instead we now call `wc -l` only once at the end of the function.
https://github.com/dylanaraps/neofetch/issues
Thanks for reporting these bugs and also suggesting these features. Don't be shy, report any bugs, annoyances or etc with Neofetch and I'll happily help you out. Thanks for reporting these bugs and also suggesting these features. Don't be shy, report any bugs, annoyances or etc with Neofetch and I'll happily help you out.
Thanks to **[@konimex](https://github.com/konimex)** for all of his contributions this release. :) Thanks to **[@konimex](https://github.com/konimex)** for all of his contributions this release. :)