From bf13ba0bd1ac7dec45fb80b6904afd51fa3d0b37 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 17 Feb 2018 09:12:45 -0500 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 4547262c..4033b0a2 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,6 +4,7 @@ - Support for [scripts] in Pipfile. - Comment out invalid (to pip's hash checkign mode) packages from `$ pipenv lock -r`. - Updated patched version of dotenv. + - Do not allow `$ pipenv install --system packagename `to be used. 9.0.3: - v9.0.1. 9.0.2: