summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-03-04 09:48:24 -0600
committerLuis Martinez2022-03-04 09:48:24 -0600
commit4d23722a5446a8f19d320337ef64d3f8a9fc0dac (patch)
treeb3e3cd60c7b25fe8621f0f63b9cc62535f32e810 /CHANGES.rst
parentd3d5bb6ce494b8d3174241cea929f1a514339cb5 (diff)
downloadaur-4d23722a5446a8f19d320337ef64d3f8a9fc0dac.tar.gz
update to 2.1.70
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 68ebc51f6efb..d8bc7c6e89cf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
Release Notes
=============
+2.1.70
+------
+
+This is another hotfix release for 2.1.68 that fixes a bug in
+``*.data/*`` file handling for installed wheels which is outlined in
+`PEP 427
+<https://www.python.org/dev/peps/pep-0427/#installing-a-wheel-distribution-1-0-py32-none-any-whl>`_
+
+* Handle ``*.data/*`` RECORD entries not existing. (#1644)
+ `PR #1644 <https://github.com/pantsbuild/pex/pull/1644>`_
+
2.1.69
------