summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2021-12-16 01:40:54 -0600
committerLuis Martinez2021-12-16 01:40:54 -0600
commita08a83f80ad4b745067c80a5c0f47a1f9d315335 (patch)
tree006198503fafd15c295f11e113013a4e57d0ceda /CHANGES.rst
parent4a94b7f6102c55584c8776eb3ea3e2386c9b75c1 (diff)
downloadaur-a08a83f80ad4b745067c80a5c0f47a1f9d315335.tar.gz
update to 2.1.57
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f07289430784..a4b8a0ed3530 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,22 @@
Release Notes
=============
+2.1.57
+------
+
+This release brings a few performance improvements and a new `venv`
+pex-tools ``--remove`` feature that is useful for creating optimized
+container images from PEX files.
+
+* Do not re-hash installed wheels. (#1534)
+ `PR #1534 <https://github.com/pantsbuild/pex/pull/1534>`_
+
+* Improve space efficiency of ``--venv`` mode. (#1532)
+ `PR #1532 <https://github.com/pantsbuild/pex/pull/1532>`_
+
+* Add venv ``--remove {pex,all}`` option. (#1525)
+ `PR #1525 <https://github.com/pantsbuild/pex/pull/1525>`_
+
2.1.56
------