From 783b48c13ff410eb97fe54db682ba65a7b4285c8 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Wed, 8 Oct 2025 00:17:10 -0400 Subject: [PATCH] Fix minor typo in changelog (#16173) Noticed from the release notes -- might want to edit those as well. --------- Co-authored-by: Zanie Blue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5111db485..ac7b124a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ There are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts ### Enhancements -- Don't warn when dependency is constraint by other dependency ([#16149](https://github.com/astral-sh/uv/pull/16149)) +- Don't warn when a dependency is constrained by another dependency ([#16149](https://github.com/astral-sh/uv/pull/16149)) ### Bug fixes