From c371a7a2bb69a86f7cace7ea082b5bb1d063e58b Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 4 Jul 2020 00:29:50 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2706d3..7e6efe67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v6.2.3 +- [#1745](https://github.com/xmrig/xmrig/pull/1745) AstroBWT: fixed OpenCL compilation on some systems. +- [#1749](https://github.com/xmrig/xmrig/pull/1749) KawPow: optimized CPU share verification. +- [#1752](https://github.com/xmrig/xmrig/pull/1752) RandomX: added error message when MSR mod fails. +- [#1754](https://github.com/xmrig/xmrig/issues/1754) Fixed GPU health readings for pre Vega GPUs on Linux. +- [#1756](https://github.com/xmrig/xmrig/issues/1756) Added results and connection reports. +- [#1759](https://github.com/xmrig/xmrig/pull/1759) KawPow: fixed DAG initialization on slower AMD GPUs. +- [#1760](https://github.com/xmrig/xmrig/pull/1760) KawPow: fixed rare duplicate share errors. + # v6.2.2 - [#1742](https://github.com/xmrig/xmrig/issues/1742) Fixed crash when use HTTP API.