diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-07-24 07:43:21 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-07-24 07:43:21 +0100 |
commit | 09c4f084760ed5bbd83f12856042c3fc8a922dad (patch) | |
tree | b586bdce3546c030f13b690c9d2ed086020cd2d5 | |
parent | 7385e3c01bc003ffdf77d8f6e842720bd3f6d870 (diff) | |
download | virtualenv-release-20.0.28.tar.gz |
release 20.0.2820.0.28release-20.0.28
-rw-r--r-- | docs/changelog.rst | 12 | ||||
-rw-r--r-- | docs/changelog/1882.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1896.bugfix.rst | 2 | ||||
-rw-r--r-- | docs/changelog/1905.bugfix.rst | 2 |
4 files changed, 12 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c8bb404..592c748 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Release History .. towncrier release notes start +v20.0.28 (2020-07-24) +--------------------- + +Bugfixes - 20.0.28 +~~~~~~~~~~~~~~~~~~ +- Fix test suite failing if run from system Python - by :user:`gaborbernat`. (`#1882 <https://github.com/pypa/virtualenv/issues/1882>`_) +- Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already + performs this - by :user:`gaborbernat`. (`#1896 <https://github.com/pypa/virtualenv/issues/1896>`_) +- Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation + automatically upon write to the logging pipe) - by :user:`gaborbernat`. (`#1905 <https://github.com/pypa/virtualenv/issues/1905>`_) + + v20.0.27 (2020-07-15) --------------------- diff --git a/docs/changelog/1882.bugfix.rst b/docs/changelog/1882.bugfix.rst deleted file mode 100644 index 25669a3..0000000 --- a/docs/changelog/1882.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix test suite failing if run from system Python - by :user:`gaborbernat`. diff --git a/docs/changelog/1896.bugfix.rst b/docs/changelog/1896.bugfix.rst deleted file mode 100644 index 923864c..0000000 --- a/docs/changelog/1896.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already -performs this - by :user:`gaborbernat`. diff --git a/docs/changelog/1905.bugfix.rst b/docs/changelog/1905.bugfix.rst deleted file mode 100644 index 9f2576a..0000000 --- a/docs/changelog/1905.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation -automatically upon write to the logging pipe) - by :user:`gaborbernat`. |