summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-10-04 16:07:53 -0500
committerLuis Martinez2021-10-04 16:07:53 -0500
commit28b5512b4bf42b9b95e56db489f248760cd48e1e (patch)
tree0edf108f548f267023eb16b9b2274618f2310ee8 /CHANGES.rst
parent5f2a72286cb2c31f4f717572f79e5b2647f0163a (diff)
downloadaur-28b5512b4bf42b9b95e56db489f248760cd48e1e.tar.gz
update to 2.1.51
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f05e62f6f59c..07f84eada33a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
Release Notes
=============
+2.1.51
+------
+
+This release fixes both PEX creation and ``--venv`` creation to handle
+distributions that contain scripts with non-ascii characters in them
+when running in environments with a default encoding that does not
+contain those characters under PyPy3, Python 3.5 and Python 3.6.
+
+* Fix non-ascii script shebang re-writing. (#1480)
+ `PR #1480 <https://github.com/pantsbuild/pex/pull/1480>`_
+
2.1.50
------