[Docs] Cut a 0.1.0 section from the 52,000-word Unreleased changelog #609
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#609
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found in the pre-publication documentation review.
Measurement:
CHANGELOG.mdis 4,903 lines / 330 KB — the largest public file in the project. Under## [Unreleased]: 52,090 words in 455 bullets, averaging 114 words per changelog entry (Keep a Changelog entries are typically 5-20). There are exactly two##headings in the file, but beneath them the same subheadings repeat: 9×### Added, 9×### Fixed, 7×### Changed, 2×### Security— all within one[Unreleased]. That is no longer a Keep a Changelog structure; it is a reverse diary.grep -rn "0\.1\.0"finds zero hits inCHANGELOG.md, whiledocs/FILE_FORMAT.mdwrites "Until 0.1.0…" / "as of 0.1.0" in thirteen places as though that version already exists.Why this matters now: the changelog is the second file an interested developer opens. Anyone wanting to know what is in 0.1.0 finds no 0.1.0 heading and 52,000 words of unsorted work — the "nothing is finished" impression you most want to avoid.
Proposal: put one
## [0.1.0] — 2026-xx-xxheading above the existing content and move the essays to a## Development logbelow it or to a separate file, leaving roughly 40 one-line entries under 0.1.0. Nothing needs to be thrown away; it just needs to stop being the first 4,900 lines. Write the new 0.1.0 heading and its summary in English, so the first screen matches the language of the README.Opgelost in #656 (gemerged).
make checkgroen op de gerebasede kop.