From d1205b5736b245b1ac1a83c68a75383ae564bb96 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Thu, 12 Mar 2026 03:30:56 +0000 Subject: [PATCH] docs: add WinError 32 Windows fix to [Unreleased] changelog Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e35f6af..0e331903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Resolve WinError 32 during sparse-checkout fallback on Windows — use retry-capable cleanup, fresh clone path for full-clone fallback, and explicit GitPython handle release (#235) + ## [0.7.7] - 2026-03-10 ### Added