From b0a5740898a67f0c1030a5bfe7339c1cc7355508 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 21 Oct 2013 13:34:24 +0200 Subject: [PATCH] fix changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 43a86c141..6d2217ff2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,7 @@ Changes between 2.4.2 and 2.4.3 properly so that the pkg_resources.resource_stream method works properly. Fixes issue366. Thanks for the investigations and full PR to Jason R. Coombs. -- pytestconfig is now session-config as it is the same object during the +- pytestconfig fixture is now session-scoped as it is the same object during the whole test run. Fixes issue370. - avoid one surprising case of marker malfunction/confusion::