summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-03-11 21:16:33 -0600
committerLuis Martinez2022-03-11 21:16:33 -0600
commit59e44869eb16948c3ec9b1bddebc90cc08c32635 (patch)
tree7cc891712e7024de50d32476076d44a32f295e1d /CHANGES.rst
parent4d23722a5446a8f19d320337ef64d3f8a9fc0dac (diff)
downloadaur-59e44869eb16948c3ec9b1bddebc90cc08c32635.tar.gz
update to 2.1.71
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d8bc7c6e89cf..e7c692766724 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
Release Notes
=============
+2.1.71
+------
+
+This release fixes the instability introduced in 2.1.68 by switching to
+a more robust means of determining venv layouts. Along the way it
+upgrades Pex internals to cache all artifacts with strong hashes (
+previously sha1 was used). It's strongly recommended to upgrade or use
+the exclude ``!=2.1.68,!=2.1.69,!=2.1.70`` when depending on an open
+ended Pex version range.
+
+* Switch Pex installed wheels to ``--prefix`` scheme. (#1661)
+ `PR #1661 <https://github.com/pantsbuild/pex/pull/1661>`_
+
2.1.70
------