diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d60736e..8b5c6224 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,17 @@ +1.0.9 (2018-06-30) +================== + +Features +-------- + +- Move slow imports to improve import times. (#23) + +Bug Fixes +--------- + +- Use ``hostname`` instead of ``netloc`` to format urls to avoid dropping usernames when they are included. (#22) + + 1.0.8 (2018-06-27) ================== diff --git a/news/22.bugfix b/news/22.bugfix deleted file mode 100644 index c16a85d1..00000000 --- a/news/22.bugfix +++ /dev/null @@ -1 +0,0 @@ -Use ``hostname`` instead of ``netloc`` to format urls to avoid dropping usernames when they are included. diff --git a/news/23.feature b/news/23.feature deleted file mode 100644 index 82337547..00000000 --- a/news/23.feature +++ /dev/null @@ -1 +0,0 @@ -Move slow imports to improve import times.