X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fb7673d8e1474014a5b0c42fa5731183d6675faa;hb=0130575a1a5ad9249a5cdc705c043286fabdf32c;hp=6a70384e38d5f4097b082a4d1d13a11cffbd6987;hpb=c8b1011e62b44d8a35b5de0ec8e7ace99879c7af;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 6a70384..fb7673d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,4 @@ Current Known Issues / Regressions - - Breaks DBIx::Class::FrozenColumns (fix pending in RT#114424) - Breaks DBIx::Class::ResultSet::WithMetaData (fix pending in RT#104602) - Breaks DBIx::Class::Tree::NestedSet (fix pending in RT#114440) @@ -35,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 @@ -80,6 +81,7 @@ Revision history for DBIx::Class * Misc - Add explicit test for pathological example of asymmetric IC::DT setup working with copy() in t/icdt/engine_specific/sybase.t (GH#84) + - Fix t/54taint.t failing on local::lib's with upgraded Carp on 5.8.* - Fix invalid variable names in ResultSource::View examples - Typo fixes from downstream debian packagers (RT#112007) - Skip tests in a way more intelligent and speedy manner when optional