From 2d91b5b6bf039564f78bb708bc1f4c05673f181e 2015-05-29 21:25:51 From: Matthias Bussonnier Date: 2015-05-29 21:25:51 Subject: [PATCH] add what's new --- diff --git a/docs/source/whatsnew/pr/no-dreload.rst b/docs/source/whatsnew/pr/no-dreload.rst new file mode 100644 index 0000000..579d15c --- /dev/null +++ b/docs/source/whatsnew/pr/no-dreload.rst @@ -0,0 +1,4 @@ +The `--deep-reload` flag and the corresponding options to inject `dreload` or +`reload` into the interactive namespace have been deprecated, and will be +removed in future versions. You should now explicitly import `reload` from +`IPython.lib.deepreload` to use it.