From 84eacf3e3c73d11afcb3a194c20dc9a3d46357c4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 26 Nov 2015 14:37:55 -0200 Subject: [PATCH] Small changelog formatting fix --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) 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.