From 9ef8c834d24d11cb908c2917dc0e5aef7b956ed3 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 1 Nov 2024 12:31:04 +0000 Subject: [PATCH] Release note for #12367 in 6.2.3 --- CHANGELOG.txt | 1 + docs/releases/6.2.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 25dd63d008..56eba4fdf6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -120,6 +120,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) + * Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah) 6.2.2 (24.09.2024) diff --git a/docs/releases/6.2.3.md b/docs/releases/6.2.3.md index 01d971b4da..bc28ee6efb 100644 --- a/docs/releases/6.2.3.md +++ b/docs/releases/6.2.3.md @@ -15,3 +15,4 @@ depth: 1 ### Bug fixes * Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) + * Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)