diff --git a/CHANGELOG.md b/CHANGELOG.md index 494d1d48..5875d817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,10 +37,6 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - Fixed version output on `ksh`. - Rewrote the function to remove duplicate code. All shells now use `$SHELL --version` to get the version info, with the exception of `mksh` which doesn't have a `--version` flag. -**CPU**
- -- [Linux] Fixed issues with CPU name detection for architectures other than x86/amd64/ARM. - **Desktop Environment**
- Fixed issues where MATE wouldn't be detected properly. @@ -49,6 +45,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques **CPU**
- [Linux] Don't simplify `cpufreq` speed option names for no reason. +- [Linux] Fixed issues with CPU name detection for architectures other than x86/amd64/ARM. - [NetBSD] Remove case statement in favor of 1 line test. - Remove case sensitive substitutions. - We match everything case insensitively so they were pointless.