fix grouped_by request argument documentation
[catagits/Catalyst-Controller-DBIC-API.git] / Changes
diff --git a/Changes b/Changes
index 3840398..63a792b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
 Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
+  - Improve data_root & item_root documentation
+  - Fix grouped_by request argument documentation
+
+2.006002  2014-08-26 12:31:27+02:00 Europe/Vienna
+ - Fix missing Data::Printer test requirement
+
+2.006001  2014-08-25 18:27:26+02:00 Europe/Vienna
+ - 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!)
@@ -128,7 +137,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.