From 15541fb87bd61b30de4d4e97ddecd686f1dacd0b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 11:32:03 -0400 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index dcbbeaa0..8743b1d5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,9 +1,10 @@ 7.0.2: - Dev dependencies are now read from a lockfile before default dependencies, so any mismatches will prefer default to develop. - - Add support for extras_require in Pipfile for vcs urls + - Add support for extras_require in Pipfile for vcs urls. - Warn if 'which' is not found on the system. - Tell pip we're using the requied Python version, with trickery, for dependency resolution. + - Warn if Pew or Virtualenv isn't in the PATH. 7.0.1: - [requires] python_version is now set for new projects, automatically if a version of Python was specified.