From d29084ec2cbfd45246708970023102e2afcaaa55 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 28 Sep 2015 11:45:51 +0200 Subject: [PATCH] add changelog note for fix #704 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7d46009e5..864c211b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ 2.8.1.dev --------- +- Fix issue #704: handle versionconflict during plugin loading more + gracefully. Thanks Bruno Oliveira for the PR. + - Fix issue #1064: ""--junitxml" regression when used with the "pytest-xdist" plugin, with test reports being assigned to the wrong tests. Thanks Daniel Grunwald for the report and Bruno Oliveira for the PR.