From: Jess Robinson Date: Fri, 5 Jan 2007 09:25:11 +0000 (+0000) Subject: add inflatecolumn fixes to Changes X-Git-Tag: v0.08010~199 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97c762642e6e383a155d9b12767962797167681a;p=dbsrgits%2FDBIx-Class.git add inflatecolumn fixes to Changes --- diff --git a/Changes b/Changes index f685c59..43968e6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for DBIx::Class - fix find_related-based queries to correctly grep the unique key + - fix InflateColumn to inflate/deflate all refs but scalar refs 0.07003 2006-11-16 11:52:00 - fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")