From 946bb08da56805fa9e23cc822f2f730623910745 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Dec 2015 00:36:26 -0200 Subject: [PATCH] Tyding up the CHANGELOG --- CHANGELOG | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 499660fa6..b0aedb9d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,8 @@ 2.8.5.dev0 ---------- -- fix #1243: fixed injection to class breaking collection step, by replacing - generated interation with list traversal, added test to verify in python/collect.py - PR by Alexei Kozlenok, Thanks Ronny Pfannschmidt and Nicoddemus for the review and help. +- fix #1243: fixed issue where class attributes injected during collection could break pytest. + PR by Alexei Kozlenok, thanks Ronny Pfannschmidt and Bruno Oliveira for the review and help. - fix #1074: precompute junitxml chunks instead of storing the whole tree in objects Thanks Bruno Oliveira for the report and Ronny Pfannschmidt for the PR