We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b131d36 commit b637767Copy full SHA for b637767
1 file changed
en/appendices/6-0-migration-guide.rst
@@ -17,6 +17,8 @@ Behavior Changes
17
- ``Cake\View\Widget\FileWidget`` was removed as it was redundant. The standard
18
input widget will be used for file inputs in 6.x.
19
- ``Text::uuid()`` now generates UUID v7 complaint strings instead of UUID v4.
20
+- ``Cake\Event\Event::getSubject()`` can now return ``null`` if the event has no
21
+ subject instead of throwing an exception.
22
23
Breaking Changes
24
================
0 commit comments