From b2f1d741a14651dce095e8f2da8c8ced8b35c868 Mon Sep 17 00:00:00 2001 From: Marcin Date: Wed, 3 Jun 2020 04:55:47 +0200 Subject: [PATCH] Add news file --- news/3722.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/3722.bugfix.rst diff --git a/news/3722.bugfix.rst b/news/3722.bugfix.rst new file mode 100644 index 00000000..9eb6f2ac --- /dev/null +++ b/news/3722.bugfix.rst @@ -0,0 +1,2 @@ +Fixed behaviour of `pipenv uninstall --all-dev`. +From now on it does not uninstall regular packages.