From 7b30edd88e3463769489a928b580f564751f4b6a Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Fri, 1 Nov 2024 12:49:30 +0000 Subject: [PATCH] Release note for #12427 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 2df9cb9431..1152950f79 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -100,6 +100,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) + * Fix: Prevent history view from breaking if a log entry's revision is missing (Matt Westcott) 6.2.2 (24.09.2024) diff --git a/docs/releases/6.2.3.md b/docs/releases/6.2.3.md index bc28ee6efb..ddf5202e7b 100644 --- a/docs/releases/6.2.3.md +++ b/docs/releases/6.2.3.md @@ -16,3 +16,4 @@ depth: 1 * 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) + * Prevent history view from breaking if a log entry's revision is missing (Matt Westcott)