From 3ead4eba89fdb197245e0fffc878fab50b14c02a Mon Sep 17 00:00:00 2001 From: xmrig Date: Fri, 6 Oct 2017 17:17:56 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee4cf70e..a218f32d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.4.0 + - Added [HTTP API](https://github.com/xmrig/xmrig/wiki/API). + - libjansson replaced to rapidjson. + # v2.3.1 - [#68](https://github.com/xmrig/xmrig/issues/68) Fixed compatibility with Docker containers, was nothing print on console. From 08f6c222ca343076d6c55d9cd90c654dbbd52afe Mon Sep 17 00:00:00 2001 From: xmrig Date: Fri, 6 Oct 2017 17:25:23 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a218f32d3..ab3995d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # v2.4.0 - Added [HTTP API](https://github.com/xmrig/xmrig/wiki/API). - libjansson replaced to rapidjson. + - [#101](https://github.com/xmrig/xmrig/issues/101) Fixed MSVC 2017 (15.3) compile time version detection. + - [#108](https://github.com/xmrig/xmrig/issues/108) Silently ignore invalid values for `donate-level` option. + - [#111](https://github.com/xmrig/xmrig/issues/111) Fixed build without AEON support. # v2.3.1 - [#68](https://github.com/xmrig/xmrig/issues/68) Fixed compatibility with Docker containers, was nothing print on console.