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