Conversation
README was stuck at v2.6.0 and docs/CHANGELOG.md at v2.4.0, both missing the accumulated release history from the package restructuring work. - README: rewrite the project structure tree to reflect the 7-package feature-based layout introduced in v2.8.0 (common, scene, spatial, render, lighting, interact, metrics), replacing the stale flat layout. Extend the release history table with entries for v2.4.1, v2.5.0, v2.5.1, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.8.0, and v2.8.1. - CHANGELOG: add full Keep-a-Changelog entries for v2.4.1 through v2.8.1, including the module restructurings, header cleanups, camera pitch fix, and the v2.8.1 maintenance cleanup (PRs #19, #20). Pure documentation update — no source or build changes. Co-authored-by: Claude <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.
Description
develop을main으로 병합하는 릴리즈 PR입니다. 이번 주기는 PR #21(문서 싱크) 하나만 포함되어 있어 런타임 동작이나 공개 API에는 변경이 없습니다.Related Issue
Type of Change
Changes
docs/CHANGELOG.md에 v2.4.1~v2.8.1 상세 엔트리(Keep a Changelog 형식) 작성. 2 파일, +142/−22.Testing
Test Environment
Test Steps
git log origin/main..origin/develop— 포함 커밋 단일 확인Test Results
Screenshots
Checklist
Constitution Compliance
Performance Impact
Additional Notes
develop → main은 브랜치 전략상 merge commit 방식(gh pr merge --merge)으로 병합해야 합니다(통합 시점 보존). squash 아님.v2.8.2가 적절합니다.🤖 Generated with Claude Code