From ab77a7831bf9b90cc4ea2fc37810e0a8fe4f5b4b Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> 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 a55ef502c9..2df9cb9431 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -99,6 +99,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)