Commit fec061d9 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Update CHANGELOG.md

parent afcb210a
...@@ -7,7 +7,7 @@ This release also includes a rewrite of the screenshot functions. You no longer ...@@ -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. :)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment