2.1.1 - 2020-11-09
Changed
- #31 changes the
Compiler
to implementEventsCapableInterface
instead ofEventManagerAwareInterface
(the latter is a superset of the former). Doing so ensures that any initializers forEventManagerAwareInterface
do not trigger, which prevents double-injection of theEventManager
instance, and thus prevents overwriting any listeners attached via delegator factories. ThesetEventManager()
method is still defined.
Release Notes for 2.1.1
2.1.x bugfix release (patch)
2.1.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2