diff options
-rw-r--r-- | doc/release/1.11.2-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.11.2-notes.rst b/doc/release/1.11.2-notes.rst index 432c78246..f15e732e5 100644 --- a/doc/release/1.11.2-notes.rst +++ b/doc/release/1.11.2-notes.rst @@ -32,3 +32,4 @@ Fixes overridden by later merges and release notes updates are omitted. - #7955 BUG: Make sure numpy globals keep identity after reload. - #7972 BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially. - #8005 BLD: Remove __NUMPY_SETUP__ from builtins at end of setup.py. +- #8010 MAINT: Remove leftover imp module imports. |