From 294453fdc123e46acf548f8b112f45e05e33fa7f Mon Sep 17 00:00:00 2001 From: xmrig Date: Wed, 19 Jul 2017 23:54:50 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbc08811..b3ae04c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.1.0 +- Improved miner shutdown, fixed crash on exit for Linux and OS X. +- Fixed, login request was contain malformed JSON if username or password has some special characters for example `\`. +- [#220](https://github.com/fireice-uk/xmr-stak-cpu/pull/220) Better support for Round Robin DNS, IP address now always chosen randomly instead of stuck on first one. +- Changed donation address, new [xmrig-proxy](https://github.com/xmrig/xmrig-proxy) is coming soon. + # v2.0.2 - Better deal with possible duplicate jobs from pool, show warning and ignore duplicates. - For Windows builds libuv updated to version 1.13.1 and gcc to 7.1.0.