From 3b8779ad17d47df46b398120d984173d27065b93 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 1 Aug 2014 23:11:25 +0100 Subject: [PATCH] Mention change in -v output in changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 88ac07419..888413914 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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