Update CHANGELOG

This commit is contained in:
Fabien Potencier
2024-12-12 15:18:17 +01:00
parent 77376c9302
commit fa8544ca4c
+5 -1
View File
@@ -1,4 +1,8 @@
# 3.17.1 (2024-XX-XX)
# 3.17.2 (2024-XX-XX)
* n/a
# 3.17.1 (2024-12-12)
* Fix the null coalescing operator when the test returns null
* Fix the Elvis operator when used as '? :' instead of '?:'