# Changes for MooX::Role::POE::Emitter
* 0.10 03 Nov 2012
Expanded tests and POD.
* 0.09 03 Nov 2012
Allow the Emitter's POE::Session alias to be changed on-the-fly.
Fix dispatcher bug that could result in event misdelivery.
Fix 'unsubscribe' with no arguments to always unsubscribe all events.
Reworked tests; t/00_old.t will go away next release.
* 0.08 30 Oct 2012
Previous release left '_pluggable_event' broken when using Moose.
Fix and add tests for same.
* 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