better cleanup of t/var
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 11c18d6..565df14 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - fix a bug in dynamic schema_base_class/schema_components
+          implementation that ran the connection method twice on subsequent
+          connects
+        - use a temp file for filter_generated_code with a string program name
+          instead of IPC::Open2, which hangs on Win32 (RT#72226)
+        - previous version referred to the wrong RT# for the uniq_to_primary
+          change, it is actually (RT#51696)
+
+0.07011  2011-11-01 09:00:00
+        - add -I option to dbicdump
         - do not delete default custom content comment and ending 1; from custom
           content in files that are being renamed (RT#70507)
         - use MooseX::MarkAsMethods instead of namespace::autoclean for the