diff --git a/CHANGELOG.md b/CHANGELOG.md index fd070745f..4b488dca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 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. + - Fixed Windows XP support. + - Fixed regression, option `--no-color` was not fully disable colored output. + - Show resolved pool IP address in miner output. + # v1.0.1 - Fix broken software AES implementation, app has crashed if CPU not support AES-NI, only version 1.0.0 affected.