fixed invalid value for param test to succeed with newer DBIx::Class versions
[catagits/Catalyst-Controller-DBIC-API.git] / Changes
diff --git a/Changes b/Changes
index bd6b1c7..6b9e2a6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
 
+- Added has_errors method
+- Fixed tests to succeed with newer DBIx::Class versions
+
+2.003001  2011-02-16 17:52:37 Europe/Vienna
+
+- Use JSON instead of JSON::Any to get rid of the CPAN Testers failures
+  when only JSON::Syck is available
+
 2.002004  2011-01-13 19:22:20 Europe/Vienna
 
 - Renamed Visitor to Validator::Visitor to conform with Data::DPath::Validator