# Updates

> Build a changelog from dated entries

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

## Usage

```mdx
<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>
