summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-10-31 00:08:43 -0500
committerLuis Martinez2021-10-31 00:08:43 -0500
commitf51a83ae7e132a4449a6646c52ce9b7d608703d6 (patch)
tree0761715f4f397ed493e4091448abc9cc8cced26b /CHANGES.rst
parent29a1aebc0e8409c36f4af9be4f7b223dec39ffbe (diff)
downloadaur-f51a83ae7e132a4449a6646c52ce9b7d608703d6.tar.gz
update to 2.1.53
* added changelog fetching script to repo
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e3cb3fcdffd7..72ae8ff25b39 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,20 @@
Release Notes
=============
+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.
+
+* Guard against fake interpreters. (#1500)
+ `PR #1500 <https://github.com/pantsbuild/pex/pull/1500>`_
+
+* Introduce the ``PEX`` env var. (#1495)
+ `PR #1495 <https://github.com/pantsbuild/pex/pull/1495>`_
+
2.1.52
------