summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-04-13 10:56:07 -0500
committerLuis Martinez2022-04-13 10:56:07 -0500
commit46d3b1f3934385edfa93d1b07f7c4cc9b0f341aa (patch)
tree75087f534b9b68095d2f755bac5285b00b7a2e77 /CHANGES.rst
parentfffc4ac81aa51e5b0c64e26b756ff26b57dccca8 (diff)
downloadaur-46d3b1f3934385edfa93d1b07f7c4cc9b0f341aa.tar.gz
update to 2.1.79
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1dbea305d1e8..66a74f5ddfd1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
Release Notes
=============
+2.1.79
+------
+
+This release fixes ``--lock`` resolving for certain cases where extras
+are involved as well as introducing support for generating and consuming
+portable ``--find-links`` locks using ``-path-mapping``.
+
+* Fix ``--lock`` resolver extras handling. (#1719)
+ `PR #1719 <https://github.com/pantsbuild/pex/pull/1719>`_
+
+* Support canonicalizing absolute paths in locks. (#1716)
+ `PR #1712 <https://github.com/pantsbuild/pex/pull/1716>`_
+
2.1.78
------