Skip to content

Commit

Permalink
Improve CHANGELOG entry for pytest-dev#2034
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 27, 2016
1 parent 7e0c462 commit 90fa48c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

*

* Using ``pytest.main.compatproperty`` is now issuing deprecation warning.
Thanks `@nmundar` for the PR.
* Using ``item.Function``, ``item.Module``, etc., is now issuing deprecation warnings, prefer
``pytest.Function``, ``pytest.Module``, etc., instead (`#2034`_).
Thanks `@nmundar`_ for the PR.

* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
subtle bugs (`#2078`_).
Expand All @@ -24,7 +25,9 @@

.. _@adler-j: https://github.com/adler-j
.. _@nedbat: https://github.com/nedbat
.. _@nmundar: https://github.com/nmundar

.. _#2034: https://github.com/pytest-dev/pytest/issues/2034
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082
Expand Down

0 comments on commit 90fa48c

Please sign in to comment.