diff options
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 0255d1e..bdd6456 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,16 @@ Release History .. towncrier release notes start +v16.7.4 (2019-08-23) +-------------------- + +Bugfixes +^^^^^^^^ + +- * fix powershell activation when sourced (`#1398 <https://github.com/pypa/virtualenv/issues/1398>`_) +- * upgrade wheel from ``0.33.4`` to ``0.33.6`` and setuptools from ``41.1.0`` to ``41.2.0`` (`#1409 <https://github.com/pypa/virtualenv/issues/1409>`_) + + v16.7.3 (2019-08-16) -------------------- |