Update CHANGELOG

This commit is contained in:
Fabien Potencier
2026-01-23 22:00:23 +01:00
parent b609ae9d0d
commit b0c42a9739
+2
View File
@@ -4,6 +4,8 @@
* Add sequence, mapping, and object destructuring
* Add `?.` null-safe operator
* Add `===` and `!==` operators (equivalent to the `same as` and `not same as` tests)
* Fix opcache preload warning for unlinked anonymous class
* Fix spread operator behavior
# 3.22.2 (2025-12-14)