Removed config option background.

This commit is contained in:
XMRig 2021-09-04 04:59:00 +07:00
parent d7a6aaadea
commit 824ba24134
No known key found for this signature in database
GPG key ID: 446A53638BE94409
8 changed files with 10 additions and 138 deletions

6
CHANGELOG_NEXT.md Normal file
View file

@ -0,0 +1,6 @@
# v7.0.0
- `src/base` is now a git submodule for the [base](https://github.com/xmrig/base) project, build instructions require slight update.
- Removed config option `background` (only command line available). Switching to background now happens on a very early stage before any I/O.
# Previous versions
[doc/CHANGELOG_OLD.md](doc/CHANGELOG_OLD.md)