summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
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
------