From bcdfaff77a748ba7c8d1ba34701658d767a52942 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Feb 2018 14:54:13 -0500 Subject: [PATCH] style removal Signed-off-by: Kenneth Reitz --- HISTORY.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 65b83943..6df55e10 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,8 +1,10 @@ 10.0.0: - - Deprecate 'update' command. - - Introduce 'sync' command. + - Introduce `pipenv sync` command. + - Introduce `pipenv clean` command. + - Deprecate `pipenv update` command. + - Fully remove `check --style` functionality. - Better `lock -r` functionality. - - Introduce `pipenv clean`. + 9.1.0: - Add --system flag to $ pipenv check. - Removal of package name suggestions.