docs(changelog): [Unreleased] 섹션에 smartlog·complete·errors·win-ci 항목 추가#317
Merged
Conversation
develop에 머지됐지만 CHANGELOG.md [Unreleased]에 누락된 항목 4개를 추가한다: - parsec smartlog (alias sl): commit DAG 시각화 (#245, #305) - parsec __complete: 동적 shell completion 헬퍼 (#291, #312) - 에러 메시지 3줄 표준화 (error/caused by/help) (#303, #306) - Windows VS2026 pre-validation CI job (#307, #311) Closes #316 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
무엇
CHANGELOG.md의
[Unreleased]섹션에 develop 브랜치에 머지됐지만 누락된 항목 4개를 추가합니다.parsec smartlog(aliassl) — commit DAG 시각화, ASCII + JSONparsec __complete— 동적 shell completion 헬퍼왜
릴리즈 시 CHANGELOG 기반으로 Release Notes를 생성하는데, 누락된 항목이 있으면 v0.5 Release Notes가 불완전해집니다. 특히
parsec smartlog는 v0.5 마일스톤 핵심 기능이므로 추적이 필요합니다.변경
CHANGELOG.md+17줄 (문서 전용, 프로덕션 코드 무변경)리스크
없음 — CHANGELOG.md 편집만, 소스코드 변경 없음.
롤백
git revert HEAD한 줄이면 됩니다.Test plan
cargo build --quiet✅cargo fmt --check✅cargo clippy -- -D warnings✅Closes #316
@erishforG 검토 부탁드립니다. 문서만 바꾼 안전한 PR입니다.