diff --git a/CHANGELOG b/CHANGELOG index 089350d8a..37a23dd87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ * New `pytest.mark.skip` mark, which unconditional skips marked tests. Thanks Michael Aquilina for the complete PR. + * fix issue #680: the -s and -c options should now work under xdist; `Config.fromdictargs` now represents its input much more faithfully. Thanks to Buck Evan for the complete PR.