Added missing news entries

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-07-15 16:18:32 -04:00
parent 6ead6ff8bc
commit d8b6ccaed7
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
``pipenv --help`` will now include short help descriptions.
+1
View File
@@ -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.
+2
View File
@@ -0,0 +1,2 @@
Simplified the test configuration process.
+2
View File
@@ -0,0 +1,2 @@
Updated test-pypi addon to better support json-api access (forward compatibility).
Improved testing process for new contributors.