Add notes in changelog about site after rewrite (#2379)

This commit is contained in:
YouJiacheng 2022-07-23 23:51:51 +08:00 committed by GitHub
parent 37e5b4f445
commit 9e8bb98558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -992,6 +992,7 @@ v20.0.0b1 (2020-01-28)
* First public release of the rewrite. Everything is brand new and just added.
* ``--download`` defaults to ``False``
* No longer replaces builtin ``site`` module with `custom version baked within virtualenv code itself <https://github.com/pypa/virtualenv/blob/legacy/virtualenv_embedded/site.py>`_. A simple shim module is used to fix up things on Python 2 only.
.. warning::