From 0e993a711b97e386ab2c8ce6370c6077a40f5eca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Jan 2018 09:43:23 -0500 Subject: [PATCH] changelog --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index 10980fd6..6ab7f815 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,7 @@ 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. + - General improvements, via incoming pull requests. 9.0.1: - Fixed issue with specifiers being treated as paths on Windows. - Fixed regression causing development packages to always be installed.