From 97645f1022c65e9d331913f8700f3c66d7826b8a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 17 Jul 2020 06:35:59 +0530 Subject: [PATCH] Cleanup NEWS file --- NEWS.rst | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index ac3c86153..f5ffec1bc 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,38 +1,25 @@ +.. NOTE: You should *NOT* be adding new change log entries to this file, this + file is managed by towncrier. You *may* edit previous change logs to + fix problems like typo corrections or such. + To add a new change log entry, please see + https://pip.pypa.io/en/latest/development/contributing/#news-entries +.. towncrier release notes start + 20.2b1 (2020-05-21) =================== -Deprecations and Removals -------------------------- - -- Drop parallelization from ``pip list --outdated``. (`#8167 `_) - Bug Fixes --------- - Correctly treat wheels containing non-ASCII file contents so they can be installed on Windows. (`#5712 `_) -- Revert building of local directories in place, restoring the pre-20.1 - behaviour of copying to a temporary directory. (`#7555 `_) - Prompt the user for password if the keyring backend doesn't return one (`#7998 `_) -- Fix metadata permission issues when umask has the executable bit set. (`#8164 `_) -- Avoid unnecessary message about the wheel package not being installed - when a wheel would not have been built. Additionally, clarify the message. (`#8178 `_) Improved Documentation ---------------------- - Add GitHub issue template for reporting when the dependency resolver fails (`#8207 `_) - -.. NOTE: You should *NOT* be adding new change log entries to this file, this - file is managed by towncrier. You *may* edit previous change logs to - fix problems like typo corrections or such. - - To add a new change log entry, please see - https://pip.pypa.io/en/latest/development/contributing/#news-entries - -.. towncrier release notes start - 20.1.1 (2020-05-19) ===================