You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
696 B

4 years ago
  1. CHANGELOG
  2. =========
  3. 2.5.0
  4. -----
  5. * added Debug\TraceableEventDispatcher (originally in HttpKernel)
  6. * changed Debug\TraceableEventDispatcherInterface to extend EventDispatcherInterface
  7. * added RegisterListenersPass (originally in HttpKernel)
  8. 2.1.0
  9. -----
  10. * added TraceableEventDispatcherInterface
  11. * added ContainerAwareEventDispatcher
  12. * added a reference to the EventDispatcher on the Event
  13. * added a reference to the Event name on the event
  14. * added fluid interface to the dispatch() method which now returns the Event
  15. object
  16. * added GenericEvent event class
  17. * added the possibility for subscribers to subscribe several times for the
  18. same event
  19. * added ImmutableEventDispatcher