diff --git a/AUTHORS b/AUTHORS index 641e20441..7206125c8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -71,3 +71,4 @@ Eric Hunsberger Simon Gomizelj Russel Winder Ben Webb +Alexei Kozlenok diff --git a/CHANGELOG b/CHANGELOG index d1ac12a52..5232e7204 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ 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 + Thanks Ronny Pfannschmidt and Nicoddemus for the PR + - 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