summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 07f84eada33a..e3cb3fcdffd7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
Release Notes
=============
+2.1.52
+------
+
+This release makes a wider array of distributions resolvable for
+``--platform`` resolves by inferring the ``platform_machine``
+environment marker corresponding to the requested ``--platform``.
+
+* Populate ``platform_machine`` in ``--platform`` resolve. (#1489)
+ `PR #1489 <https://github.com/pantsbuild/pex/pull/1489>`_
+
2.1.51
------
@@ -9,7 +19,7 @@ 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)
+* Fix non-ascii script shebang re-writing. (#1480)
`PR #1480 <https://github.com/pantsbuild/pex/pull/1480>`_
2.1.50