X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ca20d2bbe0453e9f01dfc658c3dd20252ecb4723;hb=355d4385698315db0f6f1e253836292fecd3b05b;hp=add1b8ce648557d5c895d6d77babe6601e83b365;hpb=5578f739997422bbe67137a6483f1717d6f24d7f;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changes b/Changes index add1b8c..ca20d2b 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,31 @@ + Fix documentation for overriding Serialize and Deserialize actions + in Catalyst::Controller::REST. + +Wed 3 Nov 2010 19:46:00 GMT - Release 0.87 + + Fix Request class role when used with new Moose and other request + class roles. + +Wed 1 Sept 2010 23:14:00 BST - Release 0.86 + + Add rest_serializer_json_options config key useable to set options + like relaxed => 1 to be passed to the JSON serializer (Ton Voon) + + Make Data::Dumper unserializer safer by using a Safe compartment (Ton Voon) + +Thu 13 May 2010 10:09:19 CEST - Release 0.85 + + Make Catalyst::Action::Serialize::View return directly rather than serializing + a response for 3XX status codes. This stops back-compat breakage from the + previous change (in 0.84), whilst also allowing actual data serializers + to still handle 3XX. + + Fix docs in Catalyst::TraitFor::Request::REST::ForBrowsers. (RT#54983) + +Thu 6 May 2010 09:27:56 BST - Release 0.84 Revert always using a trait rather than Catalyst::Request::REST to improve debug messages. -Thu 6 May 2010 09:27:56 - Release 0.84 Add a status_multiple_choices helper method to the Controller base class. Allow 3XX responses to be serialized.