---
title: "Release notes 3rd December 2025"
canonical: "https://support.appfire.com/space/CDMC/2588049426/Release%20notes%203rd%20December%202025"
format: markdown
---
> Macro (aura-html)

**Release date**: 12/3/2025

Our team is thrilled to announce the latest releases of Comala Document Management Cloud.

---

# New

### Introducing the approval parameter: `rememberassignees`

We’ve added a new approval parameter, `rememberassignees`, to help streamline how reviewers are assigned across repeated approval steps in your workflow. The `rememberassignes` parameter, when `true`, remembers the preassigned reviewers who have been unassigned.

### Introducing the first-loop trigger condition

Introducing a new condition for the `on-change-state` event

`first-loop` is specific to the **on-change-state** event used in a trigger.

- `first-loop: true` acts as a filter that makes the trigger run **only the first time** a piece of content enters the specified state.
- `first-loop: false` makes the trigger run **every time** the workflow transitions into that state, as defined by the **state** parameter.


---

---