From 41a8addb2af5151ee346e45f0883c237cd8b8177 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Wed, 18 Sep 2024 17:23:54 -0700 Subject: [PATCH] Include #2540 in the change log. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7b783cbcc..9183f6c1c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,11 @@ now merged at the end of the resolve in a serialized fashion with prefixes on each log line indicating which target the log line corresponds to. +In addition, a race in Pex's PEP-517 implementation that could (rarely) +lead to spurious metadata generation errors or sdist creation errors is +fixed. + +* Fix intermittent PEP-517 failures. (#2540) * Plumb `--pip-version` to Platform tag calculation. (#2538) * Add the ability to specify the `--pip-log` path. (#2536)