diff --git a/AUTHORS b/AUTHORS index abe29c261..0b59555f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -48,3 +48,4 @@ Nicolas Delaby Tom Viner Dave Hunt Charles Cloud +Aron Curzon diff --git a/CHANGELOG b/CHANGELOG index 334bf8b6f..c12bcce7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ 2.7.2 (compared to 2.7.1) ----------------------------- +- Automatically create directory for junitxml and results log. + Thanks Aron Curzon. + - fix issue735: assertion failures on debug versions of Python 3.4+ Thanks Benjamin Peterson.