From 09e1d55beea4d840e62a4f633a72e17b5dfb2193 Mon Sep 17 00:00:00 2001 From: frostming Date: Mon, 1 Apr 2019 12:58:29 +0800 Subject: [PATCH] Refine the news entry --- news/3386.behavior.rst | 1 + news/3386.trivial.rst | 1 - news/3434.trivial.rst | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/3386.behavior.rst delete mode 100644 news/3386.trivial.rst create mode 100644 news/3434.trivial.rst diff --git a/news/3386.behavior.rst b/news/3386.behavior.rst new file mode 100644 index 00000000..8ddc27c6 --- /dev/null +++ b/news/3386.behavior.rst @@ -0,0 +1 @@ +Do not touch Pipfile early and rely on it so that one can do ``pipenv sync`` without a Pipfile. diff --git a/news/3386.trivial.rst b/news/3386.trivial.rst deleted file mode 100644 index 632b8153..00000000 --- a/news/3386.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Decouple project from the existence of Pipfile. diff --git a/news/3434.trivial.rst b/news/3434.trivial.rst new file mode 100644 index 00000000..622b52db --- /dev/null +++ b/news/3434.trivial.rst @@ -0,0 +1 @@ +Improve the error message when one tries to initialize a Pipenv project under ``/``.