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