From: Yuval Kogman Date: Thu, 3 Jan 2008 14:50:52 +0000 (+0000) Subject: changelog X-Git-Tag: v0.08010~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=a08263222a3f336fa6265cd7bd9209eea07566c6 changelog --- diff --git a/Changes b/Changes index bee681a..3832053 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for DBIx::Class - Added freeze, thaw and dclone methods to Schema so that thawed objects will get re-attached to the schema. - Moved dbicadmin to JSON::Any wrapped JSON.pm for a sane API + - introduced DBIx::Class::set_inflated_columns + - DBIx::Class::Row::copy uses set_inflated_columns 0.08008 2007-11-16 14:30:00 - Fixed join merging bug (test from Zby)