diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-07-14 22:14:11 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-07-14 22:14:25 +0100 |
commit | 9e1c57f7ad1f75a9b7c39092a7248f9dab51cbec (patch) | |
tree | d8e5dcbb84dd2f8d820c38f22537be21689a2355 /docs/changes.rst | |
parent | b0e0aab54d56da1495a235ced0db7f0daa2a16c6 (diff) | |
download | virtualenv-16.1.2.tar.gz |
release 16.1.216.1.2
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 27d4cc4..c2941d7 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,17 @@ Release History .. towncrier release notes start +v16.1.2 (2019-07-14) +-------------------- + +Bugfixes +^^^^^^^^ + +- Extend the LICESNE search paths list by ``lib64/pythonX.Y`` to support Linux + vendors who install their Python to ``/usr/lib64/pythonX.Y`` (Gentoo, Fedora, + openSUSE, RHEL and others) - by ``hroncok`` (`#1382 <https://github.com/pypa/virtualenv/issues/1382>`_) + + v16.6.1 (2019-06-16) -------------------- |