From edcc0830a21c60f0f06f4fb083fc1d8fbc3e4c7b Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 16 Dec 2025 14:12:57 +0100 Subject: [PATCH] lock files -> file locks --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682fb3002..6305a6280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ Released on 2025-12-16. - Explicitly set `EntryType` for file entries in tar ([#17043](https://github.com/astral-sh/uv/pull/17043)) - Ignore `pyproject.toml` index username in lockfile comparison ([#16995](https://github.com/astral-sh/uv/pull/16995)) - Relax error when using `uv add` with `UV_GIT_LFS` set ([#17127](https://github.com/astral-sh/uv/pull/17127)) -- Support creating lock files on ExFAT on macOS ([#17115](https://github.com/astral-sh/uv/pull/17115)) +- Support file locks on ExFAT on macOS ([#17115](https://github.com/astral-sh/uv/pull/17115)) - Change schema for `exclude-newer` into optional string ([#17121](https://github.com/astral-sh/uv/pull/17121)) ### Documentation