From 0632e24d156abe90749c46a50410b270beebd6a9 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 30 Mar 2025 15:37:13 -0400 Subject: [PATCH] Add `UV_PROJECT` to changelog (#12563) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8200a7f5..b6ca29f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ - Support `--find-links`-style "flat" indexes in `[[tool.uv.index]]` ([#12407](https://github.com/astral-sh/uv/pull/12407)) - Distinguish between `-q` and `-qq` ([#12300](https://github.com/astral-sh/uv/pull/12300)) +### Configuration + +- Support `UV_PROJECT` environment to set project directory. ([#12327](https://github.com/astral-sh/uv/pull/12327)) + ### Performance - Use a boxed slice for various requirement types ([#12514](https://github.com/astral-sh/uv/pull/12514))