fix t/backcompat/0.04006 tests
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 9925959..7e79d47 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - fix Oracle common tests fail with multi_schema due to not resetting
+          the preserve_case option after the preserve_case tests (RT#70829)
         - handle <type> DEFAULT NULL for Pg
         - handle boolean DEFAULT 0::boolean for Pg
         - config file support for dbicdump script
@@ -51,6 +53,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