Skip to content

Commit 9e8bb98

Browse files
authored
Add notes in changelog about site after rewrite (#2379)
1 parent 37e5b4f commit 9e8bb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ v20.0.0b1 (2020-01-28)
992992

993993
* First public release of the rewrite. Everything is brand new and just added.
994994
* ``--download`` defaults to ``False``
995+
* 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.
995996

996997
.. warning::
997998

0 commit comments

Comments
 (0)