diff options
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3849c9bf..88477d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ CHANGELOG v1.3.5 (14.02.2019) ------------------- - new console flag `l` to define log formatting - * **color|default** - colorized output - * **plain** - disable all colorization - * **json** - output as json + * **color|default** - colorized output + * **plain** - disable all colorization + * **json** - output as json - new console flag `w` to specify work dir - added ability to work without config file when at least one `overwrite` option has been specified - pool config now sets `numWorkers` equal to number of cores by default (this section can be omitted now) |