summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-10-31 22:43:00 -0500
committerLuis Martinez2021-10-31 22:43:00 -0500
commit9a2cd8026d075aed718a562689b1c078050b2dda (patch)
treee861c291be17ae353c4e5bd20c3701545cc74e3f /CHANGES.rst
parentf51a83ae7e132a4449a6646c52ce9b7d608703d6 (diff)
downloadaur-9a2cd8026d075aed718a562689b1c078050b2dda.tar.gz
update to 2.1.54
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst24
1 files changed, 21 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 72ae8ff25b39..72f6b28d5097 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,17 +1,35 @@
Release Notes
=============
+2.1.54
+------
+
+This release fixes a bug in ``--venv`` creation that could mask deeper
+errors populating PEX venvs.
+
+* Fix ``--venv`` mode short link creation. (#1505)
+ `PR #1505 <https://github.com/pantsbuild/pex/pull/1505>`_
+
2.1.53
------
This release fixes a bug identifying certain interpreters on macOS
-Monterey. Additionally, Pex now exposes the ``PEX`` environment
-variable inside running PEXes to allow application code to both detect
-it's running from a PEX and determine where that PEX is located.
+Monterey.
+
+Additionally, Pex has two new features:
+
+#. It now exposes the ``PEX`` environment variable inside running PEXes
+ to allow application code to both detect it's running from a PEX and
+ determine where that PEX is located.
+#. It now supports a ``--prompt`` option in the ``venv`` tool to allow
+ for customization of the venv activation prompt.
* Guard against fake interpreters. (#1500)
`PR #1500 <https://github.com/pantsbuild/pex/pull/1500>`_
+* Add support for setting custom venv prompts. (#1499)
+ `PR #1499 <https://github.com/pantsbuild/pex/pull/1499>`_
+
* Introduce the ``PEX`` env var. (#1495)
`PR #1495 <https://github.com/pantsbuild/pex/pull/1495>`_