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.