X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c2686503c576d0c003407cef769d87b761bd06a1;hb=9563d3701ebb2e6a4ac4760ab84af6eb3ab7adc2;hp=4f05906d4e63329836f9189354959127070ac5a5;hpb=46d32d148b2e819915b797ce94905c2e1d62f85f;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 4f05906..c268650 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,14 @@ Bug fixes: - Fix t/optional_http-server.t test. - Fix t/optional_http-server-restart.t test. + - Fix duplicate components being loaded at setup time, each component is + now loaded at most once + tests. + - Fix backward compatibility - hash key configured actions are stored in + is returned to 'actions'. + - Fix get_action_methods returning duplicate methods when a method is both + decorated with method attributes and set as an action in config. Refactoring / cleanups: - - Catalyst::Classdata now warns when class methods are called on instances. - Reduce minimum supported perl version from 5.8.6 to 5.8.4 as there are many people still running/testing this version with no known issues.