From d8b6ccaed7d180a922bbcafeeb3dcda569f73dda Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sun, 15 Jul 2018 16:18:32 -0400 Subject: [PATCH] Added missing news entries Signed-off-by: Dan Ryan --- news/2542.behavior | 1 + news/2561.bugfix | 1 + news/2568.doc | 2 ++ news/2568.feature | 2 ++ 4 files changed, 6 insertions(+) create mode 100644 news/2542.behavior create mode 100644 news/2561.bugfix create mode 100644 news/2568.doc create mode 100644 news/2568.feature diff --git a/news/2542.behavior b/news/2542.behavior new file mode 100644 index 00000000..245bae63 --- /dev/null +++ b/news/2542.behavior @@ -0,0 +1 @@ +``pipenv --help`` will now include short help descriptions. diff --git a/news/2561.bugfix b/news/2561.bugfix new file mode 100644 index 00000000..98f1738b --- /dev/null +++ b/news/2561.bugfix @@ -0,0 +1 @@ +Fixed a bug which sometimes caused pipenv to throw a ``TypeError`` or to run into encoding issues when writing lockfiles on python 2. diff --git a/news/2568.doc b/news/2568.doc new file mode 100644 index 00000000..ab2644ff --- /dev/null +++ b/news/2568.doc @@ -0,0 +1,2 @@ +Simplified the test configuration process. + diff --git a/news/2568.feature b/news/2568.feature new file mode 100644 index 00000000..47972186 --- /dev/null +++ b/news/2568.feature @@ -0,0 +1,2 @@ +Updated test-pypi addon to better support json-api access (forward compatibility). +Improved testing process for new contributors.