From 5750ae784a11bc1d92f61646e7f5c58dc99bf63e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 13 Jul 2015 12:01:54 -0300 Subject: [PATCH] Reword CHANGELOG a bit --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d48d5444..535d1baa9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,9 @@ - preserve warning functions after call to pytest.deprecated_call. Thanks Pieter Mulder for PR. -- fix issue833: --fixtures does not show fixtures defined in test files, - except for the first one collected. Thanks Florian Bruhin for reporting - and Bruno Oliveira for the PR. +- fix issue833: --fixtures now shows all fixtures of collected test files, instead of just the + fixtures declared on the first one. + Thanks Florian Bruhin for reporting and Bruno Oliveira for the PR. 2.7.2 (compared to 2.7.1)