X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=Changelog;h=14957b953269a1bc2325e41794f25e691e489c55;hp=b46103778a4f4e3fd37faa0688688465608b9bd6;hb=e601addaf89882fccbc824c1a53328f0d049b32b;hpb=17d910bd120ee243917756ae8c4281e621a4f986 diff --git a/Changelog b/Changelog index b461037..14957b9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +Sun Dec 3 12:24:16 PST 2006 (adam) + Fixed things so that not having a Serialization module returns 415. + Fixed things so that failure to Deserialize sends the proper status. + Refactored the Plugin loading to Catalyst::Action::SerializeBase. + Updated the Documentation. + Added a whole raft of serializers. (JSON, all the Data::Serializer + supported ones, and XML::Simple) + Added test cases. + Thu Nov 30 23:51:04 PST 2006 (adam) Refactored the Catalyst::Action::REST dispatch, so that the default method is called before any _METHOD handlers. In addition, moved