summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-07-03 23:29:13 +0000
committerBruno Oliveira <nicoddemus@gmail.com>2017-07-03 23:29:13 +0000
commitb63f6770a17a122850ddc7902e16ce0c2f6af1ea (patch)
treed7db0d28b1d2d8dd836f633118cf28020645dc27 /CHANGELOG.rst
parent8a8687122d964d97ab9d1dc16fa1cf51028dbee9 (diff)
downloadpytest-b63f6770a17a122850ddc7902e16ce0c2f6af1ea.tar.gz
Preparing release version 3.1.3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 87af5d72a..1c1185dc0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,6 +8,52 @@
.. towncrier release notes start
+Pytest 3.1.3 (2017-07-03)
+=========================
+
+Bug Fixes
+---------
+
+- Fix decode error in Python 2 for doctests in docstrings. (`#2434
+ <https://github.com/pytest-dev/pytest/issues/2434>`_)
+
+- Exceptions raised during teardown by finalizers are now suppressed until all
+ finalizers are called, with the initial exception reraised. (`#2440
+ <https://github.com/pytest-dev/pytest/issues/2440>`_)
+
+- Fix incorrect "collected items" report when specifying tests on the command-
+ line. (`#2464 <https://github.com/pytest-dev/pytest/issues/2464>`_)
+
+- ``deprecated_call`` in context-manager form now captures deprecation warnings
+ even if the same warning has already been raised. Also, ``deprecated_call``
+ will always produce the same error message (previously it would produce
+ different messages in context-manager vs. function-call mode). (`#2469
+ <https://github.com/pytest-dev/pytest/issues/2469>`_)
+
+- Fix issue where paths collected by pytest could have triple leading ``/``
+ characters. (`#2475 <https://github.com/pytest-dev/pytest/issues/2475>`_)
+
+- Fix internal error when trying to detect the start of a recursive traceback.
+ (`#2486 <https://github.com/pytest-dev/pytest/issues/2486>`_)
+
+
+Improved Documentation
+----------------------
+
+- Explicitly state for which hooks the calls stop after the first non-None
+ result. (`#2493 <https://github.com/pytest-dev/pytest/issues/2493>`_)
+
+
+Trivial/Internal Changes
+------------------------
+
+- Create invoke tasks for updating the vendored packages. (`#2474
+ <https://github.com/pytest-dev/pytest/issues/2474>`_)
+
+- Update copyright dates in LICENSE, README.rst and in the documentation.
+ (`#2499 <https://github.com/pytest-dev/pytest/issues/2499>`_)
+
+
Pytest 3.1.2 (2017-06-08)
=========================