From: David Kamholz Date: Sun, 25 Jun 2006 23:12:21 +0000 (+0000) Subject: updated Changes for new inflate implementation X-Git-Tag: v0.07002~75^2~79 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ccc50abfb655d848b9754dd582efedbd060e216;p=dbsrgits%2FDBIx-Class.git updated Changes for new inflate implementation --- diff --git a/Changes b/Changes index de8a1f5..af8a2a9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for DBIx::Class 0.06999_03 at some point + - reworked InflateColumn implementation to lazily deflate where + possible; it's now possible to pass an object to new() - Changed join merging to not create a rel_2 alias when adding a join that already exists in a parent resultset - InflateColumn::DateTime supports date as well as datetime