From ea2e2927a5d030334372aba9a30eda16c24fca95 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Wed, 27 Jun 2018 20:52:49 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.rst | 10 ++++++++++ news/20.bugfix | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 news/20.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b47de27b..0ffb20b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +1.0.8 (2018-06-27) +================== + +Bug Fixes +--------- + +- Requirementslib will no longer incorrectly write absolute paths or uris where relative paths were provided as inputs. + Fixed a bug with formatting VCS requirements when translating implicit SSH URIs to ssh URLs. (#20) + + 1.0.7 (2018-06-27) ================== diff --git a/news/20.bugfix b/news/20.bugfix deleted file mode 100644 index ba05a030..00000000 --- a/news/20.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Requirementslib will no longer incorrectly write absolute paths or uris where relative paths were provided as inputs. -Fixed a bug with formatting VCS requirements when translating implicit SSH URIs to ssh URLs.