X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=Changes;h=9c6293e5bb0a858fb7e6053663dd34a05e66c04c;hp=0cebe706f8cfb86ba320b9ef9a112281a5d03bbd;hb=4cb8623abade7b9f100b3892df93ddcfb1168e01;hpb=c09c41f221ecfbd40bc102947a81aad3261ea62d diff --git a/Changes b/Changes index 0cebe70..9c6293e 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,17 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + - Fix links to ::Request::Context + - Add support for the -and, -not and -or operators (RT93864) + +2.005001 2014-01-13 21:43:59+01:00 Europe/Vienna - Fixed test failures with JSON 2.90 (RT#90188, thanks Samuel Kaufman!) - Fixed generate_rs to set model to contents of stash->{class} if present (thanks Alex Howarth) - Use Catalyst's http method matching for REST instead of ActionRole, whose feature went into core in 5.90013, and MatchRequestMethod, whose feature went into 5.90020 + - Documentation improvements 2.004004 2012-11-21T12:20:41Z Europe/Vienna - Fixed test failures in t/[rest,rpc]/item.t on newer HTTP::Message