From c7c8953c1e81973e45a5ff9e4a3740649cdf67dd Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Mon, 7 May 2018 22:46:38 +0100 Subject: [PATCH] Fix typo in HISTORY.txt --- HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 2dc0aa6b..b6234580 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,7 +5,7 @@ - Bugfix regression which restricted pipfiles to two sources. - Update default python 2.7 version to 2.7.15. - Fix bug preventing usage within premade virtualenvs. - - Add PIPENV_DEFAULT_RETRIES environment variable to allow retrying installs. + - Add PIPENV_MAX_RETRIES environment variable to allow retrying installs. - Fix regression with `pipenv sync` which caused it to lock if out of sync. - Update colorblind mode to respect progress bars. - Use `\n` to generate new lockfiles and pipfiles, default to current newlines.