> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nextedy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Notes

> Latest releases and updates for Nextedy products and solutions.

export const LastReviewed = ({date}) => {
  if (!date) return null;
  const formatted = new Date(`${date}T00:00:00Z`).toLocaleDateString("en-US", {
    year: "numeric",
    month: "long",
    day: "numeric",
    timeZone: "UTC"
  });
  return <p className="mt-10 text-sm text-gray-400 dark:text-zinc-500 not-prose">
      Last reviewed on {formatted}
    </p>;
};

## Latest Releases

Stay up to date with the latest Nextedy product releases, feature additions, and improvements.

<Info>
  Release announcements and detailed changelogs are published on the [Nextedy Insights blog](https://www.nextedy.com/news/).
</Info>

## Recent Updates

### Risksheet Copilot (2026)

AI-powered risk analysis assistance for Risksheet. Helps teams identify failure modes, suggest mitigations, and assess risk levels using industry knowledge.

[Read more on nextedy.com](https://www.nextedy.com/news/)

### Polarion 2404 Support

All Nextedy products are fully compatible with Siemens Polarion 2404, including support for the updated extension API and new document editor.

### Continuous Improvements

Nextedy products receive regular updates with bug fixes, performance improvements, and feature enhancements.

## Version Compatibility

| Polarion Version | Nextedy Support Status        |
| ---------------- | ----------------------------- |
| 2404+            | Fully supported (recommended) |
| 2304             | Fully supported               |
| 2204             | Limited support               |
| Older            | Not supported                 |

## Stay Informed

* **Blog**: [nextedy.com/news](https://www.nextedy.com/news/) — Product announcements and industry insights
* **LinkedIn**: [Nextedy on LinkedIn](https://www.linkedin.com/company/nextedy/) — Company updates and community
* **Support**: [Submit a ticket](https://support.nextedy.com/support/tickets/new) — Get help and report issues

<LastReviewed date="2026-07-02" />
