From caae68f105bfc4a98f500269bcb915d3cb8fd8a2 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 24 Oct 2017 22:19:01 -0700 Subject: [PATCH] updating HISTORY --- HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index f7a7adc9..44422fd7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,6 +4,8 @@ - VCS dependencies now install sequentially to avoid write lock conflicts. - Allow PIPENV_IGNORE_VIRTUALENVS to work with pipenv shell on Windows. - Enforce newline termination of Pipfile. + - More robust requirements.txt conversion experience. + - Respect allow_prereleases in all locking scenarios. 8.2.7: - Add update --sequential. - Fix unicode decode error on windows.