From 37e2791dda4d7abe89c5a3aa4831e4f339154af6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Feb 2018 07:44:45 -0500 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 0e5e9d8d..f980e82b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +10.0.1: + - Fix bug with `pipenv clean`. + - Install from Pipfile.lock after each successful `pipenv install`. 10.0.0: - Introduce `pipenv sync` command. - Introduce `pipenv clean` command.