> For the complete documentation index, see [llms.txt](https://accelerator.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://accelerator.gitbook.io/docs/features/changelog.md).

# Changelog

The **Changelog** component provides a structured way to inform users about updates, new features, or news. It is an expandable component that can dynamically displays data from database. You can create any category with "tags" and assign "news" to them.

<figure><img src="/files/OQlgVZYtmTsnFTiXY59K" alt="" width="375"><figcaption></figcaption></figure>

**How It Works:**

1. When a new update is published, the changelog component compares the latest timestamp date with the user’s last seen date (stored in local storage).
2. If there are unseen updates, a notification indicator (red dot) appears next to the changelog.
3. Upon expanding and viewing the updates, the last seen date is updated in local storage, and the notification disappears.
4. The component remains accessible at all times, allowing users to review past updates.
