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.