X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fb7673d8e1474014a5b0c42fa5731183d6675faa;hb=0c90b924a1f5b081a14a1d4f2fefaa48b9481a9f;hp=f3bd7539cac6f0abe916277b8f78d8485b6678bd;hpb=7fe322c8d2a911e986b0fc2a753b023d63940bcb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index f3bd753..fb7673d 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 @@ -23,11 +27,15 @@ Revision history for DBIx::Class mismatches between your codebase and data source - Calling the set_* many-to-many helper with a list (instead of an arrayref) now emits a deprecation warning + - Calling the getter $rsrc->from("argument") now throws an exception + instead of silently discarding the argument * New Features - 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 @@ -73,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 @@ -80,8 +89,6 @@ Revision history for DBIx::Class - Make the Optional::Dependencies error messages cpanm-friendly - Incompatibly change values (not keys) of the hash returned by Optional::Dependencies::req_group_list (no known users in the wild) - - Protect tests and codebase from incomplete caller() overrides, like - e.g. RT#32640 - Stop using bare $] throughout - protects the codebase from issues similar (but likely not limited to) P5#72210 - Config::Any is no longer a core dep, but instead is migrated to a new