summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-05-30 13:21:53 -0500
committerLuis Martinez2022-05-30 13:21:53 -0500
commite7ae6d03f2fe5ddf01db77bef0dc72a4a12da09f (patch)
tree4c8d5e3d2aa6de011bea891667457b86f194c0b9 /CHANGES.rst
parentb77df88eaa3b13edb248f7588ee0b5ef547285e5 (diff)
downloadaur-e7ae6d03f2fe5ddf01db77bef0dc72a4a12da09f.tar.gz
update to 2.1.91
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b143816d6591..60a7988fd410 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
Release Notes
=============
+2.1.91
+------
+
+This release fixes ``--sh-boot`` mode PEXes to have an argv0 and
+exported ``PEX`` environment variable consistent with standard Python
+boot PEXes; namely the absolute path of the originally invoked PEX.
+
+* Fix ``--sh-boot`` argv0. (#1785)
+ `PR #1785 <https://github.com/pantsbuild/pex/pull/1785>`_
+
2.1.90
------