added myself to authors, added changelog entry.

This commit is contained in:
aselus-hub 2015-12-10 15:15:09 -08:00
parent 74f7efd2a3
commit 2b2240e904
2 changed files with 5 additions and 0 deletions

View File

@ -71,3 +71,4 @@ Eric Hunsberger
Simon Gomizelj
Russel Winder
Ben Webb
Alexei Kozlenok

View File

@ -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