config file support for dbicdump script
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 8c5cbad..e8f10ca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - added filter_generated_code option (RT#53841)
+        - generic table and column comments support
+        - MySQL table and column comments support
+        - support DOS line endings on *nix and *nix line ending on Win32
+        - add quiet option
         - $schema->loader is now a public method
         - add schema_components option
         - sort relationships so they always come out in the same order