# This file documents the revision history for Perl extension Catalyst::ActionRole::MethodSignatureDependencyInjection.
0.007 - 2015-05-28
- New support for signatures via Catalyst::ActionSignatures.
- You must now declare $c if you need it (this is a breaking change
from earlier releases. I promise I won't do this again.
0.006 - 2015-05-18
- Added missing test dependency
0.005 - 2015-05-07
- Experimental support for Function::Parameters
0.004 - 2015-05-06
- added the subroutine attribute approach for people that fear
the prototype approach.
- some code refactoring and tests so that we move toward something
I can imagine as stable.
0.003 - 2015-05-03
- fixed a problem where we don't play nice with other
actionroles.
- make it so you alwasy get '$c' since this I think is rather
expected.
0.002 - 2015-05-01
- Fixed missing readme
0.001 - 2015-05-01
- First Release