[EventDispatcher] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:00:57 +02:00
parent d7afcf685d
commit 7029c21b3d
2 changed files with 15 additions and 7 deletions

View File

@ -200,13 +200,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions
* added support for submitting a form without a submit button
### EventDispatcher
* added a reference to the EventDispatcher on the Event
* added a reference to the Event name on the event
* added fluid interface to the dispatch() method which now returns the Event object
* added GenericEvent event class
### Form
* [BC BREAK] ``read_only`` field attribute now renders as ``readonly="readonly"``, use ``disabled`` instead

View File

@ -0,0 +1,15 @@
CHANGELOG
=========
2.1.0
-----
* added TraceableEventDispatcherInterface
* added ContainerAwareEventDispatcher
* added a reference to the EventDispatcher on the Event
* added a reference to the Event name on the event
* added fluid interface to the dispatch() method which now returns the Event
object
* added GenericEvent event class
* added the possibility for subscribers to subscribe several times for the
same event