From d115d17a47eb8a56878d2ce7578d8cbaf672482e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Feb 2018 08:59:04 -0500 Subject: [PATCH] update history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 8e3dca4e..c86091f3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +10.0.2: + - Default dependencies now take precidence over Develop dependencies when + creating a lockfile. 10.0.1: - Add extra indexes from pip config files in Pipfile generation. - Fix bug with `pipenv clean`.