What's shipping
A running, newest-first log of what changed in CleverQA.
- September 18, 2026
TEMPLATE — replace or delete me
This is a placeholder changelog entry. It exists so `/changelog` renders and is testable before the first real entry is added.
How to add a real entry
1. Create a new file at `content/changelog/<yyyy-mm-dd>-<short-slug>.md` — for example `content/changelog/2026-09-25-jira-sync-fix.md`. The date prefix is just a naming convention to keep the directory sorted when you browse it; the actual ordering on `/changelog` comes from the `date` frontmatter field below, not the filename. 2. Fill in the frontmatter block between the two `---` lines: - `date` — required. An ISO date like `2026-09-25`, used to sort entries newest first. - `label` — required. A short heading for the entry — a version (`v1.4`), a theme (`Faster crash grouping`), or a date label (`Week of Sept 22`). Whatever reads best at a glance in a list. 3. Write the entry notes below the closing `---`. Keep it short — a sentence or a `- ` bullet list of what shipped is usually enough. The same small markdown dialect as the blog works here too: `##`/`###` headings, `- ` bullets, `bold`, and `link text` links. 4. Delete this file once you have at least one real entry, or keep it around further down the list — nothing else depends on it.
No build step, no array to edit — the entry appears on `/changelog`, newest first, the next time the site builds.