summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-11-10 22:11:27 -0600
committerLuis Martinez2021-11-10 22:11:27 -0600
commitac72524c51d3a141c8bc8ae3aa76973a34c893b4 (patch)
tree6b39b716ed97c6f71d4edea9a1babce4cb28faad /CHANGES.rst
parent9a2cd8026d075aed718a562689b1c078050b2dda (diff)
downloadaur-ac72524c51d3a141c8bc8ae3aa76973a34c893b4.tar.gz
update to 2.1.55
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 72f6b28d5097..2f660f69b26f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,23 @@
Release Notes
=============
+2.1.55
+------
+
+This release brings official support for Python 3.10 as well as fixing
+https://pex.readthedocs.io doc generation and fixing help for
+``pex-tools`` / ``PEX_TOOLS=1 ./my.pex`` pex tools invocations that have
+too few arguments.
+
+* Add official support for Python 3.10 (#1512)
+ `PR #1512 <https://github.com/pantsbuild/pex/pull/1512>`_
+
+* Always register global options. (#1511)
+ `PR #1511 <https://github.com/pantsbuild/pex/pull/1511>`_
+
+* Fix RTD generation by pinning docutils low. (#1509)
+ `PR #1509 <https://github.com/pantsbuild/pex/pull/1509>`_
+
2.1.54
------