[EventDispatcher] update changelog entry wording

Updates the wording and adds missing `Event::getName()` method (the
`Event::setName()` method was actually listed twice instead).
This commit is contained in:
Christian Flothmann 2015-01-16 16:51:00 +01:00
parent 9ff47b846c
commit 96c992c916

View File

@ -4,9 +4,9 @@ CHANGELOG
3.0.0
-----
* The methods Event::setDispatcher(), Event::getDispatcher(), Event::setName()
and Event::setName() have been removed.
The event dispatcher and name is passed to the listener call.
* The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()`
and `Event::getName()` have been removed.
The event dispatcher and the event name are passed to the listener call.
2.5.0
-----