Made the YAML::HTML view automatically append the content-type to it's URLs, since...
[catagits/Catalyst-Action-REST.git] / Changelog
index b461037..50b4f81 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,20 @@
+Tue Dec  5 13:02:08 PST 2006 (adam)
+       Made the YAML::HTML view automatically append content-type=text/html on
+         the resulting URLs.
+
+Sun Dec  3 12:24:16 PST 2006 (adam) - Release 0.30
+       Updated the Makefile to support optional installation of the different
+         Serialization formats.
+       Renamed some of the test cases, since the execution order doesn't
+         matter.
+       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