From c037f52878a2a19db3d0e96edee07044c626749b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 3 Jun 2015 23:40:42 +0200 Subject: [PATCH] fix issue741: make running output from testdir.run copy/pasteable --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 936c94711..fba88ce95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -54,6 +54,9 @@ - fix monkeypatch.setattr("x.y", raising=False) to actually not raise if "y" is not a pre-existing attribute. Thanks Florian Bruhin. +- fix issue741: make running output from testdir.run copy/pasteable + Thanks Bruno Oliveira. + 2.7.1 (compared to 2.7.0) -----------------------------