Add `UV_PROJECT` to changelog (#12563)

This commit is contained in:
Charlie Marsh 2025-03-30 15:37:13 -04:00 committed by GitHub
parent fe7fc323dd
commit 0632e24d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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))