X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5eecbe86538d2203168c0e664c0c375bc90879e0;hb=02154caf0;hp=c1faad945b12cd6d6dd6611ea01471dfdd090f31;hpb=e400c82dcda5d575e6d745f23a1be5e8d1c2af14;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c1faad9..5eecbe8 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,8 @@ Revision history for DBIx::Class * New Features - InflateColumn::DateTime now accepts the ecosystem-standard option 'time_zone', in addition to the DBIC-only 'timezone' (GH#28) + - Massively optimised literal SQL snippet scanner - fixes all known + slowdowns ( in some cases 50x ) of very complex prefetch/selects - DBIx::Class::Optional::Dependencies now properly understands combinations of requirements and does the right thing with e.g. ->req_list_for([qw( rdbms_oracle ic_dt )]) bringing in the Oracle