doc: add lost changelog entry

Closes https://github.com/pytest-dev/pytest/issues/4300.

[ci skip]
This commit is contained in:
Daniel Hahler 2018-11-04 18:25:16 +01:00
parent d1c9c54571
commit 34152445cf
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,8 @@ Bug Fixes
- `#611 <https://github.com/pytest-dev/pytest/issues/611>`_: Naming a fixture ``request`` will now raise a warning: the ``request`` fixture is internal and - `#611 <https://github.com/pytest-dev/pytest/issues/611>`_: Naming a fixture ``request`` will now raise a warning: the ``request`` fixture is internal and
should not be overwritten as it will lead to internal errors. should not be overwritten as it will lead to internal errors.
- `#4266 <https://github.com/pytest-dev/pytest/issues/4266>`_: Handle (ignore) exceptions raised during collection, e.g. with Django's LazySettings proxy class.
Improved Documentation Improved Documentation

View File

@ -1 +0,0 @@
Handle (ignore) exceptions raised during collection, e.g. with Django's LazySettings proxy class.