Skip to content

Commit 2d71979

Browse files
committed
Improve CHANGELOG entry for pytest-dev#2034
1 parent 0a30f07 commit 2d71979

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
3.0.5.dev0
22
==========
33

4-
* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.
4+
* Add hint to error message hinting possible missing ``__init__.py`` (`#478`_). Thanks `@DuncanBetts`_.
55

66
* Provide ``:ref:`` targets for ``recwarn.rst`` so we can use intersphinx referencing.
77
Thanks to `@dupuy`_ for the report and `@lwm`_ for the PR.
88

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

1213
* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
1314
subtle bugs (`#2078`_).
@@ -30,8 +31,10 @@
3031
.. _@adler-j: https://github.com/adler-j
3132
.. _@DuncanBetts: https://github.com/DuncanBetts
3233
.. _@nedbat: https://github.com/nedbat
34+
.. _@nmundar: https://github.com/nmundar
3335

3436
.. _#478: https://github.com/pytest-dev/pytest/issues/478
37+
.. _#2034: https://github.com/pytest-dev/pytest/issues/2034
3538
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
3639
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
3740
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082

0 commit comments

Comments
 (0)