From 8f3d405b34d606c2bacd828aa3fbd61c39fa2f86 Mon Sep 17 00:00:00 2001
From: xmrig <xmrig@bunkr.org>
Date: Sat, 6 Oct 2018 14:25:59 +0300
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c58492693..8e3583989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 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.
+- Simplified checks for ASM auto detection, only AES support necessary.
+
 # 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).**
   - Added global and per thread option `"asm"` and and command line equivalent.