diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81a5a35..af183fd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,22 @@ +pytest-xdist 1.17.1 (2017-06-10) +================================ + +Bug Fixes +--------- + +- Hot fix release reverting the change introduced by #124, unfortunately it + broke a number of test suites so we are reversing this change while we + investigate the problem. (#157) + + +Improved Documentation +---------------------- + +- Introduced ``towncrier`` for ``CHANGELOG`` management. (#154) + +- Added ``HOWTORELEASE`` documentation. (#155) + + .. You should *NOT* be adding new change log entries to this file, this file is managed by towncrier. You *may* edit previous change logs to diff --git a/changelog/154.doc b/changelog/154.doc deleted file mode 100644 index abc92f1..0000000 --- a/changelog/154.doc +++ /dev/null @@ -1 +0,0 @@ -Introduced ``towncrier`` for ``CHANGELOG`` management. diff --git a/changelog/155.doc b/changelog/155.doc deleted file mode 100644 index 8c75dc1..0000000 --- a/changelog/155.doc +++ /dev/null @@ -1 +0,0 @@ -Added ``HOWTORELEASE`` documentation. diff --git a/changelog/157.bugfix b/changelog/157.bugfix deleted file mode 100644 index 59bfead..0000000 --- a/changelog/157.bugfix +++ /dev/null @@ -1 +0,0 @@ -Hot fix release reverting the change introduced by #124, unfortunately it broke a number of test suites so we are reversing this change while we investigate the problem.