Document unreleased.md as a living changelog for development

https://claude.ai/code/session_01EzU13EL8D5Ud2ngQUKDj9e
This commit is contained in:
Claude 2026-05-19 06:58:41 +00:00
parent cb0bc180a4
commit d63fc0035f
No known key found for this signature in database

View file

@ -15,6 +15,10 @@ Every merge into `main` is a release. Before committing any change to `mdcms.py`
In practice: check out `development`, do the work, push to `development`, PR `development``main` when ready to release. In practice: check out `development`, do the work, push to `development`, PR `development``main` when ready to release.
## Unreleased changelog
`docs/unreleased.md` is a living document that tracks every fix or feature on `development` that has not yet been merged to `main`. Keep it current: whenever a change lands on `development`, add or update an entry in `unreleased.md` in the same commit (or a follow-up commit to `development`). When a batch of changes is merged to `main` and released, clear the entries that were released and leave the file in place for the next round of work.
## What this project is ## What this project is
MD-CMS is a markdown-based static site system with two distinct parts: MD-CMS is a markdown-based static site system with two distinct parts: