---
title: "_5.5 Release Notes Common"
canonical: "https://support.appfire.com/space/CDML/649726397/_5.5%20Release%20Notes%20Common"
format: markdown
---
### New workflow trigger events for comments

New events have been added for page and inline comments.

For pages:

- `pagecommentcreated`
- `pagecommentupdated`
- `pagecommentremoved`

For Inline comments:

- `inlinecommentcreated`
- `inlinecommentresolved`

More information can be found in the Events [page](https://wiki.comalatech.com/display/AWPD/Events).

### Restrict who can assign approvals

New parameters have been added for Approvals: **allowedassignusers** and **allowedassigngroups**, these 2 parameters determine users and groups allowed to assign approvals. More information can be found in the approval macro [page](https://wiki.comalatech.com/display/AWPD/approval+macro).