Changelog¶
FastQTools keeps project history at three useful levels so readers can choose the right amount of detail.
Where to follow changes¶
| If you want… | Use |
|---|---|
| Installable milestones and release notes | GitHub Releases |
| Curated project-level release history | CHANGELOG.md |
| Fine-grained implementation records | changelog/ directory |
How to read it¶
- Releases are the best starting point for users evaluating whether to upgrade.
- CHANGELOG.md summarizes project movement at a higher level.
- Date-stamped files in
changelog/capture narrower work such as docs refinements, toolchain updates, and repository housekeeping.
Why this page exists¶
Public readers often need a quick answer to “where should I look for recent changes?” This page is the short answer, so the main navigation can stay clean without hiding where project history actually lives.