diff --git a/website/docs/releases/v2022.4.md b/website/docs/releases/v2022.4.md index b395fcfc8..ea4c86e2f 100644 --- a/website/docs/releases/v2022.4.md +++ b/website/docs/releases/v2022.4.md @@ -13,6 +13,10 @@ slug: "2022.4" Before this version, you could use both `context['*field_name*']` and `context['prompt_data']['*field_name*']`. The former one has been removed as it could overwrite other data in the context if the field name is the same as another context value. +- Added name field for invitations + + Invitations now require a name, used to better identify their purpose. + ## New features - Application Grouping