From 0a3505fc2209aa1b673c3147cf02e77bfe8bbc39 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Thu, 15 Dec 2016 18:51:02 +0700 Subject: [PATCH] CHANGELOG: Merge CPU block --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.