From 065a45f54aec9cf0318918205e4a6a49880946f2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 17 Nov 2024 16:31:33 +0100 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a0cf0d5d6fa..5af569575bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,5 @@ # 3.15.0 (2024-XX-XX) - * [BC BREAK] Fix a security issue in the sandbox mode allowing an attacker to call attributes on Array-like objects - They are now checked via the property policy - * Fix a security issue in the sandbox mode allowing an attacker to be able to call `toString()` - under some circumstances on an object even if the `__toString()` method is not allowed by the security policy * Add Spanish inflector support for the `plural` and `singular` filters in the String extension * Deprecate `TempNameExpression` in favor of `LocalVariable` * Deprecate `NameExpression` in favor of `ContextVariable`