From 09b2b27b3ff2d1cb44546a76c1991d59950c624a Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 24 May 2022 08:01:30 -0700 Subject: [PATCH] Not just parse errors --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65edac35aa0..de1de17ec52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Fixed - Fixed a bug where it wasn’t possible to disable all table columns for an element source. ([#11291](https://github.com/craftcms/cms/issues/11291)) - Fixed a bug where the Assets index page wasn’t allowing any bulk actions for assets in the temporary volume. ([#11293](https://github.com/craftcms/cms/issues/11293)) -- Fixed a bug where PHP parse errors thrown while rendering a template weren’t being handled properly. ([#11108](https://github.com/craftcms/cms/issues/11108)) +- Fixed a bug where PHP errors thrown while rendering a template weren’t being handled properly. ([#11108](https://github.com/craftcms/cms/issues/11108)) ## 4.0.3 - 2022-05-20