From ad6f63edda671733d4ad08a390da3bc6c1b758d1 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 1 Oct 2018 21:28:42 +0200 Subject: [PATCH] add changelog --- changelog/3985.feature.rst | 1 + changelog/3988.trivial.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3985.feature.rst create mode 100644 changelog/3988.trivial.rst diff --git a/changelog/3985.feature.rst b/changelog/3985.feature.rst new file mode 100644 index 000000000..19070cad0 --- /dev/null +++ b/changelog/3985.feature.rst @@ -0,0 +1 @@ +Introduce ``tmp_path`` as a fixture providing a Path object. diff --git a/changelog/3988.trivial.rst b/changelog/3988.trivial.rst new file mode 100644 index 000000000..876db9798 --- /dev/null +++ b/changelog/3988.trivial.rst @@ -0,0 +1 @@ +Port the implementation of tmpdir to pathlib.