From dab7e04ff932531b184bbec8064e169885cdf4bb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 11 Mar 2018 09:20:14 -0400 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index b28977f7..8e7059e5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 11.4.0: - Stability. + - Don't install dependencies straight-away with pipenv–install — rely on the underlying pipenv sync architecture to pick up dependencies. - Warn (abord) if requested update package is not in Pipfile. - Don't configure the Pipfile for keep_outdated when update is used. 11.3.3: