From de6b41e318a69d723c2e43aa6253991cd9921d5b Mon Sep 17 00:00:00 2001 From: Tarcisio Fischer Date: Tue, 5 Sep 2017 14:33:06 -0300 Subject: [PATCH] Update changelog and AUTHORS files, following the CONTRIBUTING guidelines --- AUTHORS | 1 + changelog/2751.bugfix | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/2751.bugfix diff --git a/AUTHORS b/AUTHORS index cc4aaa6ad..717c19b2e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -161,6 +161,7 @@ Stefan Zimmermann Stefano Taschini Steffen Allner Stephan Obermann +Tarcisio Fischer Tareq Alayan Ted Xiao Thomas Grainger diff --git a/changelog/2751.bugfix b/changelog/2751.bugfix new file mode 100644 index 000000000..76004a653 --- /dev/null +++ b/changelog/2751.bugfix @@ -0,0 +1 @@ +``testdir`` now uses use the same method used by ``tmpdir`` to create its temporary directory. This changes the final structure of the ``testdir`` directory slightly, but should not affect usage in normal scenarios and avoids a number of potential problems. \ No newline at end of file