X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0be6d6617ed040163a262cfc3aa57d3d5448c83b;hb=7b46eb07da55c2b74c5a866f68cf9058f0e61077;hp=6dfbc3280b2f9932f9f5fec419fc561addf652c5;hpb=d9991a0ea3c03b1834f07ec52673bc549f5ed51f;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changes b/Changes index 6dfbc32..0be6d66 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ + Remove Storable and FreezeThaw from the list + of serialization methods offered by default, and + from the docs - they're totally unsafe :/ + +Tue 11 Dec 2012 22:04:00 GMT - Release 1.06 + Sort list of allowed methods. RT#81825 + +Mon 2 Jul 2012 20:13:00 BST - Release 1.05 + Bugfix get_allowed_methods list: + * include HEAD + * remove "not_implemented" + +Sat 30 Jun 2012 10:25:00 BST - Release 1.04 + Bugfix to _dispatch_rest_method + +Wed 28 Jun 2012 00:40:00 BST - Release 1.03 Expose _get_allowed_methods to the API (wreis) Fix default OPTIONS handler: As the ->body is defined, then serialization