> ## Documentation Index
> Fetch the complete documentation index at: https://context7.com/docs/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>
