diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9d2893c290..4efa0c79a1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -214,6 +214,7 @@ Changelog * Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro) * Fix: Support creating `StructValue` copies (Tidiane Dia) * Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht) + * Fix: Prevent audit log report from failing on missing models (Andy Chosak) 4.1.2 (06.02.2023) diff --git a/docs/releases/4.1.3.md b/docs/releases/4.1.3.md index 238e3668fd..40605c1bbe 100644 --- a/docs/releases/4.1.3.md +++ b/docs/releases/4.1.3.md @@ -18,3 +18,4 @@ depth: 1 * Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro) * Support creating `StructValue` copies (Tidiane Dia) * Fix "Edit this page" missing from userbar (Satvik Vashisht) + * Prevent audit log report from failing on missing models (Andy Chosak)