[docs] Update documentation for features from 2026-03-12#255
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-03-12#255danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates release notes to reflect the Windows WinError 32 sparse-checkout fix merged in #235, keeping the project changelog in sync with recent user-facing bug fixes.
Changes:
- Add an
[Unreleased]→Fixedentry documenting the Windows WinError 32 sparse-checkout-related fix (#235).
|
|
||
| ### 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) |
There was a problem hiding this comment.
The changelog entry says the WinError 32 fix is specific to the sparse-checkout fallback path, but PR #235’s root cause/fix also covers the success path (GitPython handle release during cleanup). Please reword this line to describe the Windows sparse-checkout cleanup issue more generally so the release notes are accurate.
Suggested change
| - 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) | |
| - Resolve WinError 32 in Windows sparse-checkout cleanup — use retry-capable cleanup, fresh clone path for full-clone fallback, and explicit GitPython handle release (#235) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-03-12
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
CHANGELOG.mdto add the Windows fix under[Unreleased] > FixedMerged PRs Referenced
Notes
PRs #243 and #251 were pure documentation changes (Starlight site migration and README revamp) and did not introduce user-facing feature or bug-fix changes requiring additional changelog entries.