diff --git a/docs/source/whatsnew/development.rst b/docs/source/whatsnew/development.rst index 502b0e0..9969680 100644 --- a/docs/source/whatsnew/development.rst +++ b/docs/source/whatsnew/development.rst @@ -25,6 +25,7 @@ Need to be updated: + .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. Backwards incompatible changes diff --git a/docs/source/whatsnew/pr/new_magic.rst b/docs/source/whatsnew/pr/new_magic.rst deleted file mode 100644 index 3fe4b4c..0000000 --- a/docs/source/whatsnew/pr/new_magic.rst +++ /dev/null @@ -1,12 +0,0 @@ -Mamba and Micromamba magic -========================== - -In addition to the conda command to manage conda environment, mamba and -micromamba can now be used using the corresponding magic in IPython. -Since these commands are compatible with conda, they are following the -same logic. - -These two magic require to have the corresponding commands available -either in the conda environment or system wide. - -:ghpull: 14191 diff --git a/docs/source/whatsnew/version8.rst b/docs/source/whatsnew/version8.rst index dfbfa20..4375188 100644 --- a/docs/source/whatsnew/version8.rst +++ b/docs/source/whatsnew/version8.rst @@ -15,6 +15,21 @@ and some refactoring improvements (typing, pathlib) and a fix on completion. - :ghpull:`14190` remove support for python 2 in lexers - :ghpull:`14185` support completion based on type annotations of calls +Mamba and Micromamba magic +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In addition to the conda command to manage conda environment, mamba and +micromamba can now be used using the corresponding magic in IPython. +Since these commands are compatible with conda, they are following the +same logic. + +These two magic require to have the corresponding commands available +either in the conda environment or system wide. + +:ghpull:`14191` + +---- + As usual you can find the full list of PRs on GitHub under `the 8.17 `__ milestone.