From ce6827d5a2b495a5a2ffd1506511d6c01fdd2012 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Jan 2018 09:42:56 -0500 Subject: [PATCH] changelog --- HISTORY.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 8601ac49..10980fd6 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +9.0.2: + - PIP_INDEX_URL and PIP_EXTRA_INDEX_URL will automatically be honored, when creating a new Pipfile. + Note, the Pipfile will always be respected as the authoritative source of truth. 9.0.1: - Fixed issue with specifiers being treated as paths on Windows. - Fixed regression causing development packages to always be installed. @@ -52,7 +55,7 @@ 8.2.5: - Fixed bad attribute call on date checks. 8.2.4: - - Enhanced sha messaging — lockfile short shas are now displayed. + - Enhanced sha messaging — lockfile short shas are now displayed. - Improve Windows unicode output. - General UX and other improvements. 8.2.3: @@ -60,7 +63,7 @@ 8.2.2: - Improve system pip detection. 8.2.1: - - Enhanced pip resolver — hopefully that won't blow up in our faces. + - Enhanced pip resolver — hopefully that won't blow up in our faces. - Fixed file links. 8.2.0: - Made things nicer. @@ -193,7 +196,7 @@ 7.6.6: - Packaging problem. 7.6.5: - - Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now. + - Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now. 7.6.4: - Extensive integration test suite. - Don't suggest autocorrections as often. @@ -393,7 +396,7 @@ 6.0.1: - Minor (major) bug fix. 6.0.0: - - New locking functionality — support for multiple hashes per release! + - New locking functionality — support for multiple hashes per release! - Hashes are now default, everywhere, once again! We figured it out :) - Pipenv talks to the PyPi (Warehouse) API now for grabbing hashes. - --hashes flag removed.