From 4389efc0606f21d921ca8930f613a7b7fe267aaa Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 13 Feb 2025 17:43:41 -0600 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Charlie Marsh --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e22001ee65a..824878a47e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ There have been 31 releases and 1135 pull requests since [0.5.0](https://github. - **Error on non-existent extras, e.g., in `uv sync`** ([#11426](https://github.com/astral-sh/uv/pull/11426)) - Previously, requesting extras (e.g., via `uv sync --extra foo`) that did not exist, would not fail. This is _generally_ correct behavior when resolving requests for package extras, because an extra may be present on one compatible version of a package but not another. However, this flexibility doesn't need to apply to the local project and it's less surprising to error here. + Previously, uv would silently ignore non-existent extras requested on the command-line (e.g., via `uv sync --extra foo`). This is _generally_ correct behavior when resolving requests for package extras, because an extra may be present on one compatible version of a package but not another. However, this flexibility doesn't need to apply to the local project and it's less surprising to error here. - **Change `-p` to a `--python` alias in `uv pip compile`** ([#11486](https://github.com/astral-sh/uv/pull/11486))