X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e18f607db3b3f1f099b40e59e25b256a5e7c72e2;hb=0f9b70301be9224d1022d483ad8910a25acd91b3;hp=56396695e29dc59636ce634dd3db23226452f9e9;hpb=cc506f8b4fdf305b5f4483c7fdad19bc84ea68c8;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 5639669..e18f607 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,8 @@ Revision history for DBIx::Class objects that went out of sync with the storage (RT#96499) - CDBICompat::columns() now supports adding columns through supplied Class::DBI::Column instances (GH#52) + - Deprecate { col1 => col2 } expressions in manual from structures + (at some point of time manual from will be deprecated itself) * Fixes - Fix Resultset delete/update affecting *THE ENTIRE TABLE* in cases