summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-10-13 21:46:19 -0500
committerLuis Martinez2021-10-13 21:46:19 -0500
commit29a1aebc0e8409c36f4af9be4f7b223dec39ffbe (patch)
tree736c2285d78f4892b7cc22e79b1b19b7bc5dddb1 /CHANGES.rst
parent28b5512b4bf42b9b95e56db489f248760cd48e1e (diff)
downloadaur-29a1aebc0e8409c36f4af9be4f7b223dec39ffbe.tar.gz
update to 2.1.52
* added python-sphinx to build and install man pages
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