summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-04-23 19:27:07 -0300
committerGitHub <noreply@github.com>2018-04-23 19:27:07 -0300
commitf05230c67942e5eff18a34937d4887acc35bc5e6 (patch)
tree68d7feaf5dc8d0d7d4dfe123a62493da5664243e /CHANGELOG.rst
parent8d56641590cf1d1bd2d4c64a2673b0ba741b96a3 (diff)
downloadpytest-f05230c67942e5eff18a34937d4887acc35bc5e6.tar.gz
Move #3221 to trivial section in the CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 992ad9303..c0c66683b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,13 +11,6 @@
Pytest 3.5.1 (2018-04-23)
=========================
-Features
---------
-
-- Added a more indicative error message when parametrizing a function whose
- argument takes a default value. (`#3221
- <https://github.com/pytest-dev/pytest/issues/3221>`_)
-
Bug Fixes
---------
@@ -47,6 +40,10 @@ Improved Documentation
Trivial/Internal Changes
------------------------
+- Added a more indicative error message when parametrizing a function whose
+ argument takes a default value. (`#3221
+ <https://github.com/pytest-dev/pytest/issues/3221>`_)
+
- Remove internal ``_pytest.terminal.flatten`` function in favor of
``more_itertools.collapse``. (`#3330
<https://github.com/pytest-dev/pytest/issues/3330>`_)