From 35402ada17c266d36b031e8a4c8c41d695e7371c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 16 May 2022 20:40:24 +0200 Subject: [PATCH] website/docs: fix missing new name attribute for invitations Signed-off-by: Jens Langhammer --- website/docs/releases/v2022.4.md | 4 ++++ 1 file changed, 4 insertions(+) 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