summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-04-30 19:22:13 -0500
committerLuis Martinez2022-04-30 19:22:13 -0500
commit433e50b70a03417c468ef6de94cf869bb68646b2 (patch)
treef63aa46dd81195f2c67313dec673cb15ae622943 /CHANGES.rst
parent63b7c4cc1701d072bfcf9a75433019f0c5ecb9d1 (diff)
downloadaur-433e50b70a03417c468ef6de94cf869bb68646b2.tar.gz
update to 2.1.84
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5c8c52754773..0edc4617a4de 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,15 @@
Release Notes
=============
+2.1.84
+------
+
+This release fixes a bug creating a PEX from a ``--lock`` when
+pre-release versions are involved.
+
+* Fix ``--lock`` handling of pre-release versions. (#1742)
+ `PR #1742 <https://github.com/pantsbuild/pex/pull/1742>`_
+
2.1.83
------
@@ -10,7 +19,7 @@ does not match the constraints and the resolved lock includes sdist
primary artifacts.
* Fix universal lock creation for ICs. (#1738)
- `PR #1732 <https://github.com/pantsbuild/pex/pull/1738>`_
+ `PR #1738 <https://github.com/pantsbuild/pex/pull/1738>`_
2.1.82
------