summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-10-01 21:28:42 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-10-11 07:15:09 +0200
commitad6f63edda671733d4ad08a390da3bc6c1b758d1 (patch)
tree8509ac00dc1d2c5582098650cda99b0ca945f8f3 /changelog
parent30369140979973c486b0c2c55f8d346db8d9f252 (diff)
downloadpytest-ad6f63edda671733d4ad08a390da3bc6c1b758d1.tar.gz
add changelog
Diffstat (limited to 'changelog')
-rw-r--r--changelog/3985.feature.rst1
-rw-r--r--changelog/3988.trivial.rst1
2 files changed, 2 insertions, 0 deletions
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.