X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=871b012fe25d13621f0c2af9c9a1750911381137;hb=fecbfe179d254bbcc8b2df8382a91dcd598dd022;hp=edafbfe73116f0d294c29f2a12dbbbf278ca05ba;hpb=b8e0ecca212fd1ad779865238c8bd4b3c2f62e3f;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index edafbfe..871b012 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +Current Known Issues / Regressions + - Breaks DBIx::Class::ResultSet::WithMetaData (fix pending in RT#104602) + - Breaks DBIx::Class::Tree::NestedSet (fix pending in RT#114440) + Revision history for DBIx::Class * Notable Changes and Deprecations @@ -30,6 +34,8 @@ Revision history for DBIx::Class - When using non-scalars (e.g. arrays) as literal bind values it is no longer necessary to explicitly specify a bindtype (this turned out to be a mostly useless overprotection) + - InflateColumn::DateTime now accepts the ecosystem-standard option + 'time_zone', in addition to the DBIC-only 'timezone' (GH#28) - 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