Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 17, 2024
1 parent c5d0d59 commit 065a45f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 065a45f

Please sign in to comment.