Updated Changes file to give credit
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 82896f0..fd2c65b 100644 (file)
@@ -988,7 +988,7 @@ Get an action in a given namespace.
 
 =cut
 
-sub get_action { my $c = shift; $c->dispatcher->get_action( $c, @_ ) }
+sub get_action { my $c = shift; $c->dispatcher->get_action( @_ ) }
 
 =item $c->get_actions( $action, $namespace )
 
@@ -1815,6 +1815,8 @@ Robert Sedlacek
 
 Sam Vilain
 
+Sascha Kiefer
+
 Tatsuhiko Miyagawa
 
 Ulf Edvinsson