From c69d5c43b9524f9b09e47648de630b9425f51b2e 2015-05-27 20:25:38 From: Matthias Bussonnier Date: 2015-05-27 20:25:38 Subject: [PATCH] add info in whats new --- diff --git a/docs/source/whatsnew/pr/deprecation_warning.rst b/docs/source/whatsnew/pr/deprecation_warning.rst new file mode 100644 index 0000000..4fc69e3 --- /dev/null +++ b/docs/source/whatsnew/pr/deprecation_warning.rst @@ -0,0 +1,4 @@ +Code raising ``DeprecationWarning`` or ``PendingDeprecationWarning`` that are +entered by the user in an interactive session will now display the warning by +default. See :ghpull:`8480` an :ghissue:`8478`. +