diff --git a/CHANGELOG b/CHANGELOG index e20532a9b..530ecf0ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ * 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. 2.8.2.dev ---------