Move #3221 to trivial section in the CHANGELOG

This commit is contained in:
Bruno Oliveira
2018-04-23 19:27:07 -03:00
committed by GitHub
parent 8d56641590
commit f05230c679

View File

@@ -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>`_)