> ## Documentation Index
> Fetch the complete documentation index at: https://context7-context7-agent-7fa369c1-78b4-4d1a-9826-94d1c7e68c0-0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Updates

> Build a changelog from dated entries

`<Update>` requires a `label`. Use ISO dates when the page also publishes an RSS feed.

## Usage

```mdx theme={null}
<Update label="2026-08-24" tags={["New"]}>
  Added branch previews.
</Update>
```

`description` adds a short label beside the date. Readers can filter entries by `tags`.

## Example

<Update label="2026-08-24" tags={["New"]}>
  Added branch previews.
</Update>
