X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=99115060c7e8159e48ed69f481bbf81915edf164;hb=45d02f452357463d86706a0f7898b82f3603fd97;hp=eee5555b0b4368db5c752a30571cca45bfaf6452;hpb=f10c7e1c7eb3b4cb10401dbb86ca8db3dc38ced2;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changes b/Changes index eee5555..9911506 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,26 @@ -Thu 11 Apr 2012 20:20:00 BST - Release 1.07 + Don't load Data::Serializer unnecessarily in tests + +Tue 16 Apr 2013 08:33:00 BST - Release 1.08 + Factor Data::Serializable into it's own dist to stop breakages. + + If you use any of: + + * Data::Dumper + * Data::Denter + * Data::Taxi + * Config::General + * PHP::Serialization + + You'll need to install Catalyst-Action-Serialize-Data-Serializer and add the + appropriate lines to your controller config. Said lines may be: + + 'text/x-data-dumper' => [ 'Data::Serializer', 'Data::Dumper' ], + 'text/x-data-denter' => [ 'Data::Serializer', 'Data::Denter' ], + 'text/x-data-taxi' => [ 'Data::Serializer', 'Data::Taxi' ], + 'text/x-config-general' => [ 'Data::Serializer', 'Config::General' ], + 'text/x-php-serialization' => [ 'Data::Serializer', 'PHP::Serialization' ], + +Thu 11 Apr 2013 20:20:00 BST - Release 1.07 Don't serialize if a view is explicitly set. If the controller sets the view in $c->stash->{current_view} or