From 34d4aa40121ba6f6909d43a09134128fe7c3782f Mon Sep 17 00:00:00 2001 From: xmrig Date: Wed, 19 Aug 2020 07:42:10 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde640e9..a32823c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - Don't allocate 1 GB per thread if 1 GB is the default huge page size. - Try to allocate scratchpad from dataset's 1 GB huge pages, if normal huge pages are not available. - Correctly initialize RandomX cache if 1 GB pages fail to allocate on a first NUMA node. +- [#1809](https://github.com/xmrig/xmrig/issues/1809) Improved auto configuration on ARM CPUs. + - Added retrieving ARM CPU names, based on lscpu code and database. # v6.3.1 - [#1786](https://github.com/xmrig/xmrig/pull/1786) Added `pause-on-battery` option, supported on Windows and Linux.