Add forgotten UPGRADING note for doc comment handling related changes

[skip-ci]
This commit is contained in:
Máté Kocsis 2024-02-25 16:02:09 +01:00
parent f2e199e878
commit 7266e4fc6d
No known key found for this signature in database
GPG key ID: FD055E41728BF310

View file

@ -229,6 +229,8 @@ PHP 8.4 UPGRADE NOTES
- Reflection:
. ReflectionAttribute now contains a $name property to improve the debugging
experience.
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
now returns the attached doc comments.
- SOAP:
. Added support for clark notation for namespaces in class map.