Mention change in -v output in changelog

This commit is contained in:
Floris Bruynooghe 2014-08-01 23:11:25 +01:00
parent 3e875178ad
commit 3b8779ad17
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
NEXT
-----------------------------------
- No longer show line numbers in the --verbose output, the output is now
purely the nodeid. The line number is still shown in failure reports.
- fix issue547 capsys/capfd also work when output capturing ("-s") is disabled.
- address issue170: allow pytest.mark.xfail(...) to specify expected exceptions via