From 350aedeb15d38660244530284a9c1c8bf2cd6a9d Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 24 Jul 2018 18:43:12 -0400 Subject: [PATCH] Add news entry for #2641 Signed-off-by: Dan Ryan --- news/2641.bugfix | 1 + news/2641.feature | 1 + 2 files changed, 2 insertions(+) create mode 100644 news/2641.bugfix create mode 100644 news/2641.feature diff --git a/news/2641.bugfix b/news/2641.bugfix new file mode 100644 index 00000000..6b19fcc5 --- /dev/null +++ b/news/2641.bugfix @@ -0,0 +1 @@ +Fixed a bug which caused paths to be formatted incorrectly when using ``pipenv shell`` in bash for windows. diff --git a/news/2641.feature b/news/2641.feature new file mode 100644 index 00000000..c8de0dd9 --- /dev/null +++ b/news/2641.feature @@ -0,0 +1 @@ +Added support for ``pipenv shell`` on msys and cygwin/mingw/git bash for windwos.