From f91c9e0d06831041210c452c3bb2f8a21ae33a89 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 22 Jun 2018 03:23:07 -0400 Subject: [PATCH] Update news Signed-off-by: Dan Ryan --- news/2384.bugfix | 1 + 1 file changed, 1 insertion(+) diff --git a/news/2384.bugfix b/news/2384.bugfix index e6e0c01f..29181782 100644 --- a/news/2384.bugfix +++ b/news/2384.bugfix @@ -1 +1,2 @@ Resolved a bug in our patched resolvers which could cause nondeterministic resolution failures in certain conditions. +Running ``pipenv install`` with no arguments in a project with only a ``Pipfile`` will now correctly lock first for dependency resolution before installing.