X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=Changes;h=aa3b4edd06e5b1633b081a7b087b106c5d319dd6;hp=da37718bb17d9ba6b66525e450f110e09dc60265;hb=e3160171b3df3634005d82300b046deb328fd284;hpb=7986e6b7913523782ad8186eca3f858ea927c6b2 diff --git a/Changes b/Changes index da37718..aa3b4ed 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} - Improve data_root & item_root documentation + - Fix grouped_by request argument documentation + - Don't overwrite already set response data when return_object is enabled 2.006002 2014-08-26 12:31:27+02:00 Europe/Vienna - Fix missing Data::Printer test requirement @@ -136,7 +138,7 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} + list_format_output + row_format_output (which is just a passthrough per row) - Search can now take an array of hashrefs to give the ability to use the - default 'OR' + default 'OR' - By default search_parameters is an ArrayRef[HashRef] which is pertinent to list_munge_parameters - More thorough documentation of the various bits and pieces.