Adjusted UPDATE

This commit is contained in:
Jordi Boggiano 2011-06-21 17:18:34 +02:00
parent 7350109f6e
commit 58b640376b

View File

@ -21,9 +21,10 @@ beta5 to RC1
* `attributes` to `widget_attributes`
* `options` to `widget_choice_options`
* Kernel event changes:
* Event changes:
* All listeners must now be tagged with `kernel.event_listener` instead of
`kernel.listener`:
* Kernel events are now properly prefixed with `kernel` instead of `core`:
* Kernel listeners must now be tagged with kernel.event_listener:
* Before: