summaryrefslogtreecommitdiff
path: root/news/11889.bugfix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news/11889.bugfix.rst')
-rw-r--r--news/11889.bugfix.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/11889.bugfix.rst b/news/11889.bugfix.rst
new file mode 100644
index 000000000..e760fd1fb
--- /dev/null
+++ b/news/11889.bugfix.rst
@@ -0,0 +1,4 @@
+The ``uninstall`` and ``install --force-reinstall`` commands no longer call
+``normalize_path()`` repeatedly on the same paths. Instead, these results are
+cached for the duration of an uninstall operation, resulting in improved
+performance, particularly on Windows.