From 8e42fb9138416fe0dc72fe1831698c38827ad22a Mon Sep 17 00:00:00 2001 From: xmrig Date: Sun, 2 Jul 2017 07:36:24 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b488dca8..3b45c5597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # v2.0.0 - Option `--backup-url` removed, instead now possibility specify multiple pools for example: `-o example1.com:3333 -u user1 -p password1 -k -o example2.com:5555 -u user2 -o example3.com:4444 -u user3` - - #15 Added option `-l, --log-file=FILE` to write log to file. - - #15 Added option `-S, --syslog` to use syslog for logging, Linux only. - - #18 Added nice messages for accepted/rejected shares with diff and network latency. - - #20 Fixed `--cpu-affinity` for more than 32 threads. + - [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-l, --log-file=FILE` to write log to file. + - [#15](https://github.com/xmrig/xmrig/issues/15) Added option `-S, --syslog` to use syslog for logging, Linux only. + - [#18](https://github.com/xmrig/xmrig/issues/18) Added nice messages for accepted/rejected shares with diff and network latency. + - [#20](https://github.com/xmrig/xmrig/issues/20) Fixed `--cpu-affinity` for more than 32 threads. - Fixed Windows XP support. - Fixed regression, option `--no-color` was not fully disable colored output. - Show resolved pool IP address in miner output.