# Changes for MooX::Role::POE::Emitter
* 0.07 27 Oct 2012
Moose compatibility tweaks; lazy attribs needed a default.
* 0.06 26 Oct 2012
Fix _emitter_default overrides, broken in 0.05.
* 0.05 26 Oct 2012
Add cute 'anonymous coderef callbacks' trick from dngor.
Allows coderefs to be passed to yield/call/timer:
$emitter->yield( sub { . . . }, @args )
$emitter->timer( $delay, sub { . . . }, @args )
* 0.04 25 Oct 2012
Add pluggable_type_prefixes attribute and tests for same;
can be used to configure plugin handler prefixes (MooX::Role::Pluggable)
* 0.03 25 Oct 2012
Improved tests and documentation.
* 0.02 21 Oct 2012
Documentation improvements.
* 0.01 20 Oct 2012
Initial release