docs: update changelog with documentation reorganization entries

Added an Unreleased section to CHANGELOG.md describing all documentation
changes in this branch: CONTRIBUTING.md expansion, implementation plan
migration to docs/timeline.md and docs/implementation-notes.md, and
removal of the monolithic implementation_plan.md.

Refs: #408
This commit is contained in:
2026-02-24 00:29:53 +00:00
parent 87d842732b
commit ccff33c7c7
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## Unreleased
- Expanded CONTRIBUTING.md with detailed guidance on the issue creation process, label system,
ticket lifecycle, pull request requirements, and review/merge process.
- Added commit scope, quality, and message format guidelines to CONTRIBUTING.md.
- Migrated implementation timeline from the monolithic implementation plan to `docs/timeline.md`.
- Migrated implementation notes to `docs/implementation-notes.md`.
- Relocated remaining implementation plan content to the specification and CONTRIBUTING.md,
and removed `implementation_plan.md` from the repository.
- Updated CONTRIBUTING.md to include project-specific conventions for tooling, testing,
type checking, and code style.
## v1.0.0
First release.