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)