From 4a5bc94c47ff2be49b0825b8417c97b83f4bd8d6 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Thu, 26 Apr 2018 23:08:49 -0400 Subject: [PATCH] Update history Signed-off-by: Dan Ryan --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index df018f32..9a9967e7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -11,6 +11,7 @@ - Make imports lazy to improve initial load time. - Extra path searching for python at runtime. - Shellquote paths to requirement files in case of spaces on windows. + - Update PyPI urls. - Require `--python` values to exist when passing a path. - Bugfix for environment variable expansion in 'unlocked' pipfiles. - Bugfix for `--deploy` flag.