diff --git a/docs/source/whatsnew/pr/removed-Ipython-utils-warn.rst b/docs/source/whatsnew/pr/removed-Ipython-utils-warn.rst new file mode 100644 index 0000000..faf055f --- /dev/null +++ b/docs/source/whatsnew/pr/removed-Ipython-utils-warn.rst @@ -0,0 +1,2 @@ +IPython.utils.warn was deprecated in IPython 4.0, and has now been removed. +instead of Ipython.utils.warn inbuilt warning module is used. diff --git a/docs/source/whatsnew/version6.rst b/docs/source/whatsnew/version6.rst deleted file mode 100644 index 6748a93..0000000 --- a/docs/source/whatsnew/version6.rst +++ /dev/null @@ -1,9 +0,0 @@ -============ - 6.x Series -============ - -IPython 6.1 -=========== - -* IPython.utils.warn was deprecated in IPython 4.0, and has now been removed. Instead builtin warnings module is used - :ghpull:`9889` \ No newline at end of file