From 0dd7dfedeb071d96205ecaa176c4397c406a6d77 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 21 Feb 2023 17:43:49 +0000 Subject: [PATCH] Release note for #10130 in 4.2.1 --- CHANGELOG.txt | 1 + docs/releases/4.2.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1d42fc24d8..9d2893c290 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -52,6 +52,7 @@ Changelog * Fix: Support creating `StructValue` copies (Tidiane Dia) * Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) * Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) + * Fix: Prevent audit log report from failing on missing models (Andy Chosak) 4.2 (06.02.2023) diff --git a/docs/releases/4.2.1.md b/docs/releases/4.2.1.md index c873d4876b..2394dae1a1 100644 --- a/docs/releases/4.2.1.md +++ b/docs/releases/4.2.1.md @@ -16,3 +16,4 @@ depth: 1 * Support creating `StructValue` copies (Tidiane Dia) * Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott) * Fix "Edit this page" missing from userbar (Satvik Vashisht) + * Prevent audit log report from failing on missing models (Andy Chosak)