From 9af872a2305c7306175991fd64721741b87223f1 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 19 Jul 2016 12:42:08 +0200 Subject: [PATCH] update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ff14be7f..f86cdce71 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -220,6 +220,10 @@ time or change existing behaviors in order to make them less surprising/more use still present but is now considered deprecated. Thanks to `@RedBeardCode`_ and `@tomviner`_ for the PR (`#1626`_). +* ``optparse`` type usage now triggers DeprecationWarnings (`#1740`_). + +* ``optparse`` backward compatibility supports float/complex types (`#457`_). + * * @@ -256,6 +260,8 @@ time or change existing behaviors in order to make them less surprising/more use .. _#372: https://github.com/pytest-dev/pytest/issues/372 .. _#460: https://github.com/pytest-dev/pytest/pull/460 +.. _#457: https://github.com/pytest-dev/pytest/issues/457 +.. _#1740: https://github.com/pytest-dev/pytest/issues/1740 .. _#607: https://github.com/pytest-dev/pytest/issues/607 .. _#925: https://github.com/pytest-dev/pytest/issues/925 .. _#1235: https://github.com/pytest-dev/pytest/issues/1235