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.