Update CHANGELOG.md

This commit is contained in:
xmrig 2017-07-02 07:34:02 +03:00 committed by GitHub
parent 074db6bb72
commit dbc6f26c91

View file

@ -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.