support arrayrefs for result_namespace and resultset_namespace (RT#40214)
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 06a78b7..9e993cd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - support arrayrefs for result_namespace and resultset_namespace
+          (RT#40214)
+        - add naming => { monikers => 'preserve' } or 'singular'/'plural' to
+          control moniker inflection (RT#44935)
+        - add naming => { column_accessors => 'preserve' } to not normalize
+          CamelCase column names to lower case for accessors (RT#64668)
+        - support quoted PostgreSQL schema names with special chars (RT#64766)
+        - automatically turn on quoting for MySQL (RT#60469)
+        - become utf8-aware (RT#67920)
+        - handle duplicate relationship names (RT#64041)
+        - fix a bug in Sybase ASE foreign key detection
         - generate POD for result_base_class, additional_classes,
           additional_base_classes, left_base_classes, components,
           result_components_map, result_roles and result_roles_map