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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -11,13 +11,6 @@
Pytest 3.5.1 (2018-04-23) 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 Bug Fixes
--------- ---------
@ -47,6 +40,10 @@ Improved Documentation
Trivial/Internal Changes 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 - Remove internal ``_pytest.terminal.flatten`` function in favor of
``more_itertools.collapse``. (`#3330 ``more_itertools.collapse``. (`#3330
<https://github.com/pytest-dev/pytest/issues/3330>`_) <https://github.com/pytest-dev/pytest/issues/3330>`_)