Browse Source

Adjusted UPDATE

Jordi Boggiano 14 years ago
parent
commit
58b640376b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      UPDATE.md

+ 3 - 2
UPDATE.md

@@ -21,9 +21,10 @@ beta5 to RC1
     * `attributes` to `widget_attributes`
     * `attributes` to `widget_attributes`
     * `options` to `widget_choice_options`
     * `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 events are now properly prefixed with `kernel` instead of `core`:
-    * Kernel listeners must now be tagged with kernel.event_listener:
 
 
         * Before:
         * Before: