From 67757ce29c83e8ff5ea9a45e625d34728c25b8d1 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 18 Oct 2023 23:59:58 -0400 Subject: [PATCH] Add release notes for #11080, #11081 in v5.1.3 --- CHANGELOG.txt | 1 + docs/releases/5.1.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 243727f9f6..b8c1b5f315 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -128,6 +128,7 @@ Changelog * Fix: Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah) * Fix: Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn) * Fix: Reinstate missing filter by page type on page search (Matt Westcott) + * Fix: Use the correct action log when creating a redirect (Thibaud Colas) 5.1.2 (25.09.2023) diff --git a/docs/releases/5.1.3.md b/docs/releases/5.1.3.md index 7c26820cf7..341cd59c83 100644 --- a/docs/releases/5.1.3.md +++ b/docs/releases/5.1.3.md @@ -18,3 +18,4 @@ depth: 1 * Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah) * Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn) * Reinstate missing filter by page type on page search (Matt Westcott) + * Use the correct action log when creating a redirect (Thibaud Colas)