Merge overlapping CHANGELOG entries for the destructuring fatal error fix

This commit is contained in:
Fabien Potencier
2026-08-27 13:07:19 +02:00
parent 207f873739
commit 7bd052dd91
+1 -2
View File
@@ -3,8 +3,7 @@
* Add the `HtmlExtension::htmlAttrValue()` method to resolve a single HTML attribute value the way the `html_attr` function renders it
* Fix `html_attr` JSON encoding a `Stringable` value in a `data-*` attribute instead of using its string representation
* Add documentation comments to attach metadata to nodes (experimental)
* Fix destructuring patterns with no variables, including sequences containing only empty slots, triggering a PHP fatal error instead of a `SyntaxError`
* Fix an empty destructuring pattern triggering a PHP fatal error instead of a `SyntaxError`
* Fix destructuring patterns containing no variables (empty patterns or sequences with only empty slots) triggering a PHP fatal error instead of a `SyntaxError`
* Fix object and mapping destructuring evaluating the right-hand expression more than once
* Fix sequence destructuring of iterators throwing a `TypeError`
* Add `TempestMarkdown` to use `tempest/markdown` as the `markdown_to_html` converter