From ff3ae25d1647b18a5ec33c77cdaa3158e83fda29 Mon Sep 17 00:00:00 2001 From: xmrig Date: Tue, 9 Oct 2018 07:12:31 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e358398..8dc3b169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # v2.8.1 - [#768](https://github.com/xmrig/xmrig/issues/768) Fixed build with Visual Studio 2015. - [#769](https://github.com/xmrig/xmrig/issues/769) Fixed regression, some ANSI escape sequences was in log with disabled colors. +- [#777](https://github.com/xmrig/xmrig/issues/777) Better report about pool connection issues. - Simplified checks for ASM auto detection, only AES support necessary. +- Added missing options to `--help` output. # v2.8.0 - **[#753](https://github.com/xmrig/xmrig/issues/753) Added new algorithm [CryptoNight variant 2](https://github.com/xmrig/xmrig/issues/753) for Monero fork, thanks [@SChernykh](https://github.com/SChernykh).**