X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c8728cc88601ab679981208f625b8918de99401e;hb=master;hp=b11531851936c3ffcc85561ec50871b6a0abc630;hpb=27829ab7883cdb5010767a527071f7ac60cd5891;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changes b/Changes index b115318..c8728cc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,26 @@ Revision history for {{$dist->name}} {{$NEXT}} + +1.21 2017-12-05 10:05:25-05:00 America/New_York + +1.20 2015-10-29 15:28:27-05:00 America/Chicago + + - Documentation fixes. + - Don't clobber some response headers if they are already set. + +1.19 2015-02-06 09:40:02-06:00 America/Chicago + + - Make LWP a test dep instead of a hard dep (Fixes GH#3, thanks Alexander + Hartmaier for the report!) + - Hard dep on JSON::MaybeXS (Fixes RT#101854, thanks Emmanuel Seyman for the + report and Karen Etheridge for help tracking down the cause!) + +1.18 2015-01-20 12:20:46-06:00 America/Chicago + - Fix tests on travisci so that Catalyst proper can run on travisci + (Thanks André Walker!) + +1.17 2014-10-23 19:58:46-05:00 America/Chicago - Make 3xx status codes skip serialization when there is no data to serialize (Thanks Jesse Sheidlower!)