From 7bb40c158220ab91956d4f68cae36f5cf92d444e Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Tue, 12 Jan 2016 21:16:20 +1000 Subject: [PATCH] Note new deprecation warnings --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 75d9f4c..0902c66 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -9,7 +9,7 @@ Release History the integration into the standard library for Python 3.3) * The legacy ``ContextStack`` and ``ContextDecorator.refresh_cm`` APIs are - no longer documented + no longer documented and emit ``DeprecationWarning`` when used * Python 2.6, 3.2 and 3.3 have been dropped from compatibility testing