Fix docs
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / Changes
diff --git a/Changes b/Changes
index 3147b95..ca20d2b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,18 @@
+  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