From ecd96777c5bd68be3c1a37df59eadebb22b99c87 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 3 Jun 2017 19:12:50 -0400 Subject: [PATCH] PIPENV_DEFAULT_THREE --- HISTORY.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 087d82a0..708813e5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +5.0.0: + - Automatically utilize virtualenvs when they are activated. + - PIPENV_DEFAULT_THREE. 4.1.4: - Fix regression in `pipenv lock -r` functionality. 4.1.3: @@ -12,7 +15,7 @@ - Properly handle extras on requirements with versions. - Accept the -e (editable) flag in pipenv install. - Progress Bars! - - Minor optimizations to the install process. + - Minor optimizations to the install process. 4.0.1: - Pin Sphinx requirement at a Python 2.6 compatible version. 4.0.0: