Improve CHANGELOG entry for #2034
This commit is contained in:
parent
0a30f072e6
commit
2d7197926a
|
@ -1,13 +1,14 @@
|
||||||
3.0.5.dev0
|
3.0.5.dev0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.
|
* Add hint to error message hinting possible missing ``__init__.py`` (`#478`_). Thanks `@DuncanBetts`_.
|
||||||
|
|
||||||
* Provide ``:ref:`` targets for ``recwarn.rst`` so we can use intersphinx referencing.
|
* Provide ``:ref:`` targets for ``recwarn.rst`` so we can use intersphinx referencing.
|
||||||
Thanks to `@dupuy`_ for the report and `@lwm`_ for the PR.
|
Thanks to `@dupuy`_ for the report and `@lwm`_ for the PR.
|
||||||
|
|
||||||
* Using ``pytest.main.compatproperty`` is now issuing deprecation warning.
|
* Using ``item.Function``, ``item.Module``, etc., is now issuing deprecation warnings, prefer
|
||||||
Thanks `@nmundar` for the PR.
|
``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
|
* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
|
||||||
subtle bugs (`#2078`_).
|
subtle bugs (`#2078`_).
|
||||||
|
@ -30,8 +31,10 @@
|
||||||
.. _@adler-j: https://github.com/adler-j
|
.. _@adler-j: https://github.com/adler-j
|
||||||
.. _@DuncanBetts: https://github.com/DuncanBetts
|
.. _@DuncanBetts: https://github.com/DuncanBetts
|
||||||
.. _@nedbat: https://github.com/nedbat
|
.. _@nedbat: https://github.com/nedbat
|
||||||
|
.. _@nmundar: https://github.com/nmundar
|
||||||
|
|
||||||
.. _#478: https://github.com/pytest-dev/pytest/issues/478
|
.. _#478: https://github.com/pytest-dev/pytest/issues/478
|
||||||
|
.. _#2034: https://github.com/pytest-dev/pytest/issues/2034
|
||||||
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
|
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
|
||||||
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
|
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
|
||||||
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082
|
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082
|
||||||
|
|
Loading…
Reference in New Issue