diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e23fce..bb4d905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,8 @@ `--shell=none`/`-N` allows users to benchmark very fast commands (with a runtime on the order of a few milliseconds). See #336, #429, and #487 (@cipriancraciun and @sharkdp) -- Added `--setup` (`s`) option that can be used to run `make all` or - similar. It runs once per set of tests, like `--cleanup` (`c`). +- Added `--setup`/`-s` option that can be used to run `make all` or + similar. It runs once per set of tests, like `--cleanup`/`-c` (@avar) - Added new `plot_progression.py` script to debug background interference effects.