Skip to content

Commit 90fa48c

Browse files
committed
Improve CHANGELOG entry for #2034
1 parent 7e0c462 commit 90fa48c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
*
55

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

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

2526
.. _@adler-j: https://github.com/adler-j
2627
.. _@nedbat: https://github.com/nedbat
28+
.. _@nmundar: https://github.com/nmundar
2729

30+
.. _#2034: https://github.com/pytest-dev/pytest/issues/2034
2831
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
2932
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
3033
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082

0 commit comments

Comments
 (0)