From 376aa8a51cd00d1d75845e7331604df69eca8706 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 27 Nov 2024 16:08:41 -0800 Subject: [PATCH] Release note [ci skip] --- CHANGELOG-WIP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index 24f194ad03f..a18d4d51d2e 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -1,4 +1,7 @@ # Release notes for Craft CMS 4.14 (WIP) +## Content Management +- The global sidebar no longer shows “Failed” for queue jobs, for users that don’t have access to the Queue Manager. ([#16184](https://github.com/craftcms/cms/issues/16184)) + ## System - Updated Twig to 3.15. ([#16207](https://github.com/craftcms/cms/discussions/16207))