From 5b93b49a88377caf09dddbdd8adee218c3c834de Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 22 Jan 2019 22:39:30 +0530 Subject: Merge related NEWS entries --- NEWS.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'NEWS.rst') diff --git a/NEWS.rst b/NEWS.rst index 6236bae04..c9d3ccece 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -40,7 +40,7 @@ Bug Fixes - Handle a broken stdout pipe more gracefully (e.g. when running ``pip list | head``). (`#4170 `_) - Avoid creating excessively long temporary paths when uninstalling packages. (`#3055 `_) -- Redact the password from the URL in various log messages. (`#4746 `_) +- Redact the password from the URL in various log messages. (`#4746 `_, `#6124 `_) - Editable Git installs without a remote now freeze as editable. (`#4759 `_) - Present 401 warning if username/password do not work for URL (`#4833 `_) - Avoid printing a stack trace when given an invalid requirement. (`#5147 `_) @@ -55,7 +55,6 @@ Bug Fixes - Fix sorting ``TypeError`` in ``move_wheel_files()`` when installing some packages. (`#5868 `_) - Canonicalize sdist file names so they can be matched to a canonicalized package name passed to ``pip install``. (`#5870 `_) - Properly decode special characters in SVN URL credentials. (`#5968 `_) -- Redact the password from index urls in a debug message (using --no-index & --verbose options together) (`#6124 `_) Vendored Libraries ------------------ -- cgit v1.2.1