summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-12-20 14:44:36 -0600
committerLuis Martinez2021-12-20 14:45:02 -0600
commit48176dbb0ba9054197f5ab6d71b8fef3e46289cf (patch)
tree1aab664427c82412fc98138d2de17e546dfb2637 /CHANGES.rst
parentd6348d3f521dcffcc6b83c07eb83683a3ad16999 (diff)
downloadaur-48176dbb0ba9054197f5ab6d71b8fef3e46289cf.tar.gz
update to 2.1.59
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c8533e8603eb..6f5b53a3ebe1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,21 @@
Release Notes
=============
+2.1.59
+------
+
+This release adds the boolean option ``--venv-site-packages-copies`` to
+control whether ``--venv`` execution mode PEXes create their venv with
+copies (hardlinks when possible) or symlinks. It also fixes a bug that
+prevented Python 3.10 interpreters from being discovered when
+``--interpreter-constraint`` was used.
+
+* Add knob for --venv site-packages symlinking. (#1543)
+ `PR #1543 <https://github.com/pantsbuild/pex/pull/1543>`_
+
+* Fix Pex to identify Python 3.10 interpreters. (#1545)
+ `PR #1545 <https://github.com/pantsbuild/pex/pull/1545>`_
+
2.1.58
------