Small changelog formatting fix

This commit is contained in:
Bruno Oliveira 2015-11-26 14:37:55 -02:00
parent df767cca8f
commit 84eacf3e3c
1 changed files with 1 additions and 0 deletions

View File

@ -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.