diff options
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) -------------------- |