From 329920850787bf1677287fee2fed9ba34595067e Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Wed, 25 Oct 2017 02:10:37 -0600 Subject: [PATCH] Update HISTORY.txt --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index 44422fd7..42b63539 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -6,6 +6,7 @@ - Enforce newline termination of Pipfile. - More robust requirements.txt conversion experience. - Respect allow_prereleases in all locking scenarios. + - Seperated default and development dependency output when using lock -r and lock -r -d respectively. 8.2.7: - Add update --sequential. - Fix unicode decode error on windows.