Fix the failing pg tests (unicode wasn't slurped)
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 9925959..3cae070 100644 (file)
--- a/Changes
+++ b/Changes
@@ -51,6 +51,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
         - for dynamic schemas, if the naming option is set, will automatically
           turn on use_namespaces=1 as well. Set use_namespaces=0 to disable
           this behavior (RT#59849)
+        - bump File::Slurp dependency to 9999.14 - minimum supporting binmode
 
 0.07010  2011-03-04 08:26:31
         - add result_component_map option