From 98acf8d21f68cb40d26cd3cc7a718ccb1ddf31a3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 23 Dec 2016 23:30:46 +1100 Subject: [PATCH] Docs: Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1d72f7..fa220b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,11 +42,12 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - Set fixed `$PATH` in the beginning of the script. - Fixed artifacts when using line-breaks in TTYs. - Removed executable permission from config files. BASH can source them even if they're un-executable. +- All errors are now sent to `stderr`. ## Info **Shell**
- mstraube + - [Fish] Fixed memory leak caused by Fish. - Added support for `xonsh`. - Fixed version output on `ksh`.