diff --git a/news/4271.bugfix.rst b/news/4271.bugfix.rst index 085a03d7..593643d7 100644 --- a/news/4271.bugfix.rst +++ b/news/4271.bugfix.rst @@ -1 +1 @@ -``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space (`` ``) characters. +``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space ( `` `` ) characters. diff --git a/news/4273.bugfix.rst b/news/4273.bugfix.rst index a6140178..9e6ce192 100644 --- a/news/4273.bugfix.rst +++ b/news/4273.bugfix.rst @@ -1 +1 @@ -Fix a bug that Pipenv rejects to work under the root directory. +Fixed a regression which caused Pipenv to fail when running under ``/``. diff --git a/news/4276.bugfix.rst b/news/4276.bugfix.rst index 960ab08b..ee473344 100644 --- a/news/4276.bugfix.rst +++ b/news/4276.bugfix.rst @@ -1 +1 @@ -Fix a bug that system-wide packages will be considered when inside a venv. +Fixed a bug which caused Pipenv to fail to install packages in a virtual environment if those packages were already present in the system global environment. diff --git a/news/4279.trivial.rst b/news/4279.trivial.rst index 3d57e01a..3f5ab55e 100644 --- a/news/4279.trivial.rst +++ b/news/4279.trivial.rst @@ -1,2 +1 @@ -Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it -from failing. +Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it from failing. diff --git a/news/4302.vendor.rst b/news/4302.vendor.rst index daf2ca20..de4cf833 100644 --- a/news/4302.vendor.rst +++ b/news/4302.vendor.rst @@ -1,4 +1,3 @@ -- Updated vendored dependencies: - - - **pythonfinder**: ``1.2.2`` => ``1.2.4`` - - **requirementslib**: ``1.5.9`` => ``1.5.10`` +Updated vendored dependencies: + - **pythonfinder**: ``1.2.2`` => ``1.2.4`` + - **requirementslib**: ``1.5.9`` => ``1.5.10``