From 01444dae287d655c7fb239fa24ac297ee4e610a9 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 4 Mar 2019 20:47:07 -0500 Subject: [PATCH] Update news files Signed-off-by: Dan Ryan --- news/3298.bugfix.rst | 4 ++-- news/3298.vendor.rst | 4 ++-- news/3427.bugfix.rst | 2 +- news/3446.trivial.rst | 2 +- news/3449.bugfix.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/news/3298.bugfix.rst b/news/3298.bugfix.rst index 1e27283a..aa378723 100644 --- a/news/3298.bugfix.rst +++ b/news/3298.bugfix.rst @@ -1,3 +1,3 @@ -- Fixed a bug which caused failures in warning reporting when running pipenv inside a virtualenv under some circumstances. +Fixed a bug which caused failures in warning reporting when running pipenv inside a virtualenv under some circumstances. -Fixed a bug with package discovery when running ``pipenv clean``. +- Fixed a bug with package discovery when running ``pipenv clean``. diff --git a/news/3298.vendor.rst b/news/3298.vendor.rst index 79fb60b9..40f9b510 100644 --- a/news/3298.vendor.rst +++ b/news/3298.vendor.rst @@ -1,4 +1,4 @@ -- Updated vendored dependencies: +Updated vendored dependencies: - **attrs**: ``18.2.0`` => ``19.1.0`` - **certifi**: ``2018.10.15`` => ``2018.11.29`` @@ -25,4 +25,4 @@ - **vistir**: ``0.3.0`` => ``0.3.1`` - **yaspin**: ``0.14.0`` => ``0.14.1`` -Removed vendored dependency **cursor**. +- Removed vendored dependency **cursor**. diff --git a/news/3427.bugfix.rst b/news/3427.bugfix.rst index 42f659f0..76aeb489 100644 --- a/news/3427.bugfix.rst +++ b/news/3427.bugfix.rst @@ -1 +1 @@ -Fix a bug that ``ValidationError`` is thrown when some fields are missing in source section. +Fixed a bug that ``ValidationError`` is thrown when some fields are missing in source section. diff --git a/news/3446.trivial.rst b/news/3446.trivial.rst index 1eb98bbb..c3f6a000 100644 --- a/news/3446.trivial.rst +++ b/news/3446.trivial.rst @@ -1 +1 @@ -Fix the wrong order of old and new hashes in message. +Fixed the wrong order of old and new hashes in message. diff --git a/news/3449.bugfix.rst b/news/3449.bugfix.rst index 72e8d228..4ed07046 100644 --- a/news/3449.bugfix.rst +++ b/news/3449.bugfix.rst @@ -1 +1 @@ -Update the index names in lock file when source name in Pipfile is changed. +Updated the index names in lock file when source name in Pipfile is changed.