X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=8e3e3ef7b14935e220bea86283a22b7ebe5cc2e6;hb=c0a0986f6f77e7677d39b9b6021862b987d9a6b9;hp=fb780d2112a8183cb0e419388612e2d05cacfc23;hpb=bec8d1bb7d299556a19011f278982dec9e108fc1;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index fb780d2..8e3e3ef 100644 --- 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)