diff --git a/docs/changelog.rst b/docs/changelog.rst index f4b68e8aa..c2c7ce91d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.8.3 (2019-03-29) +------------------- + +Bugfixes +^^^^^^^^ + +- don't crash when version information is not available for a proposed base python - by :user:`gaborbernat` + `#1227 `_ +- Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat` + `#1228 `_ + + v3.8.2 (2019-03-29) ------------------- diff --git a/docs/changelog/1227.bugfix.rst b/docs/changelog/1227.bugfix.rst deleted file mode 100644 index 7d7a5009f..000000000 --- a/docs/changelog/1227.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -don't crash when version information is not available for a proposed base python - by :user:`gaborbernat` diff --git a/docs/changelog/1228.bugfix.rst b/docs/changelog/1228.bugfix.rst deleted file mode 100644 index cdd5e7c87..000000000 --- a/docs/changelog/1228.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat`