From dcdfaa7652c6ee9d5b3eefd518281726375e3acf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 3 Jan 2017 12:50:34 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fea2e77..b26a845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,6 +164,10 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques ## Ascii +- Simplified ascii file handling. + - Removed a call to `tr` for those using `bash 3`. + - Fixed distro detection issues. + - Removed the assumption that `first word in distro --> ascii file name` - Added Ubuntu-Studio. **[@konimex](https://github.com/konimex)** - Fixed bug causing macOS ascii art to be used on other Operating Systems. - Display warning about 'ascii' being the new default mode.