For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release Notes

Release Notes

Product changes, in chronological order. Focus on impact and action.

What to record here

  • Added: new features and new capabilities.

  • Improved: performance, UX, quality, limits, coverage.

  • Fixed: bugs and regressions.

  • Breaking change (if any): what broke + how to migrate.

A good release note answers: what changed, for whom, what impact, what to do now.

Template (copy and paste)

Update template
Template
{% update date="YYYY-MM-DD" %}
# YYYY-MM-DD — Short release title

## Added
- _(what was added + for whom)_

## Improved
- _(what improved + measurable impact, if any)_

## Fixed
- _(what was fixed + context of the problem)_

## Breaking changes (if any)
- _(what changed)_
  - **How to migrate:** _(short steps)_
  - **Who is affected:** _(e.g.: production projects / only new ones)_
{% endupdate %}

2026-02-21 — (fill in the release title)

Added

  • (fill in)

Improved

  • (fill in)

Fixed

  • (fill in)

Breaking changes (if any)

  • (fill in)

Last updated

Was this helpful?