diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2018-12-31 12:36:26 +0000 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2018-12-31 13:29:26 +0000 |
commit | bd536857c9a8cdcf9597d53fefc3a5d711613846 (patch) | |
tree | 1260bb7aaec3bb944b2c989ab289cdb27a7f0e26 /docs/changes.rst | |
parent | 1cf41c5846db1cd86435b3d4022d94734e203241 (diff) | |
download | virtualenv-release-16.2.0.tar.gz |
fish 3 compatbilityrelease-16.2.0
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index e634839..1bc5a29 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -21,6 +21,7 @@ Bugfixes Features ^^^^^^^^ +- ``fish`` version 3 support for the activation script. (`#1275 <https://github.com/pypa/virtualenv/issues/1275>`_) - ``powershell`` activator is no longer signed. (`#816 <https://github.com/pypa/virtualenv/issues/816>`_) - ``pyproject.toml`` with ``PEP-517`` and ``PEP-518`` is now provided. ``tox.ini`` is now packaged with the ``sdist``. Distributions repackaging the library should use ``tox -e py`` to run the test suite on the ``sdist``. (`#909 <https://github.com/pypa/virtualenv/issues/909>`_) - ``activate_this.py`` improvements: set ``VIRTUAL_ENV`` environment variable; ``pypy``, ``pypy3`` and ``jython`` support. (`#1057 <https://github.com/pypa/virtualenv/issues/1057>`_) |