From 1871d526ace55bad1cffc0ca9d8b652a6a6c10ab Mon Sep 17 00:00:00 2001 From: curzona Date: Tue, 16 Jun 2015 15:37:17 -0700 Subject: [PATCH] Update CHANGELOG and AUTHORS --- AUTHORS | 1 + CHANGELOG | 3 +++ 2 files changed, 4 insertions(+) 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.