From 6d9d147b8c93be00a3ca06e0fa181b683b5261b5 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Tue, 15 Oct 2024 16:50:12 +0300 Subject: [PATCH] Fix typo in changelog (#8218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary "ADd" → "Add" --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7927051..8be315f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - Support PEP 723 metadata with `uv run -` ([#8111](https://github.com/astral-sh/uv/pull/8111)) - Support `pip install --exact` ([#8044](https://github.com/astral-sh/uv/pull/8044)) - Support `uv export --no-header` ([#8096](https://github.com/astral-sh/uv/pull/8096)) -- ADd Python 3.13 images to Docker publish ([#8105](https://github.com/astral-sh/uv/pull/8105)) +- Add Python 3.13 images to Docker publish ([#8105](https://github.com/astral-sh/uv/pull/8105)) - Support remote (`https://`) scripts in `uv run` ([#6375](https://github.com/astral-sh/uv/pull/6375)) - Allow comma value-delimited arguments in `uv run --with` ([#7909](https://github.com/astral-sh/uv/pull/7909))