diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-06-23 19:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 19:18:49 +0100 |
| commit | 02b197e2d0bf73070f5c3c78badea3c1c520db2b (patch) | |
| tree | e25e35a30211fa8ab13a01472b290a3e507b032e | |
| parent | 38b3fbed02d694625445e808421e4416ee7a4d87 (diff) | |
| parent | 6e3fa99effcf29f0890b8e16704d4dc1c8f43352 (diff) | |
| download | virtualenv-02b197e2d0bf73070f5c3c78badea3c1c520db2b.tar.gz | |
Merge pull request #1871 from pypa/release-20.0.25
release 20.0.25
| -rw-r--r-- | docs/changelog.rst | 8 | ||||
| -rw-r--r-- | docs/changelog/1869.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 5724848..926b9ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.0.25 (2020-06-23) +--------------------- + +Bugfixes - 20.0.25 +~~~~~~~~~~~~~~~~~~ +- Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each others toes by using a lock while creating the base images. By :user:`gaborbernat`. (`#1869 <https://github.com/pypa/virtualenv/issues/1869>`_) + + v20.0.24 (2020-06-22) --------------------- diff --git a/docs/changelog/1869.bugfix.rst b/docs/changelog/1869.bugfix.rst deleted file mode 100644 index d99a017..0000000 --- a/docs/changelog/1869.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each others toes by using a lock while creating the base images. By :user:`gaborbernat`. |
