update changelog as suggested

This commit is contained in:
Ronny Pfannschmidt 2017-01-20 15:26:59 +01:00
parent 7b4afd8946
commit 6a96b464ab
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,11 @@
3.0.6.dev0 3.0.6.dev0
========== ==========
* fix issue #2118 - protect against internal deprecationerrors by changing the code path of Node._getcustomclass. * pytest no longer generates ``PendingDeprecationWarning`` from its own operations, which was introduced by mistake in version ``3.0.5`` (`#2118`_).
This also turns a internal deprecation into a real deprecation.
Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR. Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR.
* *
* *
@ -14,6 +15,7 @@
* *
.. _#2118: https://github.com/pytest-dev/pytest/issues/2118
3.0.5 3.0.5
===== =====