Add a json_options key to the REST controller
[catagits/Catalyst-Action-REST.git] / Changes
diff --git a/Changes b/Changes
index 3147b95..51079dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+  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