add more naming options
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index fb780d2..8e3e3ef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - 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)