Added possibility to tweak resultset class after searching
[catagits/Catalyst-Controller-DBIC-API.git] / Changes
diff --git a/Changes b/Changes
index 917a214..c8aca03 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
 
+- Renamed Visitor to Validator::Visitor to conform with Data::DPath::Validator
+  and moved it into a separate file.
+- Fixed failure because of Data::DPath >=0.41 by not using
+  MooseX::Role::BuildInstanceOf for the validator attributes
+
+2.002003  2010-09-16 10:44:40 Europe/Vienna
+
 - Added REST and RPC delete_bulk tests
 - Fixed RPC delete_bulk not working at all
 - Added REST and RPC update_bulk tests