diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-02-22 17:15:50 +0300 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-02-22 18:05:18 +0300 |
commit | bc1d76dadbc716951cb62c378331bc98ff96fd5e (patch) | |
tree | 2074d784d466b3f7d897915a9162cac2bfaff8a4 /docs/changes.rst | |
parent | 2c482c82ffc2abbb9903b21829c25d4db25800ed (diff) | |
download | virtualenv-16.4.0.tar.gz |
release 16.4.116.4.0
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 1a112af..360e5ce 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,21 @@ Release History .. towncrier release notes start +v16.4.1 (2019-02-22) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix ``license()`` builtin by copying the ``LICENSE`` file into the virtualenv - by ``asottile``. (`#1317 <https://github.com/pypa/virtualenv/issues/1317>`_) + + +Features +^^^^^^^^ + +- bump vendored pip to ``19.0.3`` and wheel to ``0.33.1`` (`#1321 <https://github.com/pypa/virtualenv/issues/1321>`_) + + v16.4.0 (2019-02-09) -------------------- |