X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=702927c72b70453dc1ba10e3519f222cbff35b4f;hb=52cef7e3;hp=654cccac9a380ec4f15b747def42998e1af4cc43;hpb=6d5679b24ddc274203df7399901f33c8eb9355f1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 654ccca..702927c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx::Class * New Features / Changes - Issue a warning when DateTime objects are passed to ->search + - Fast populate() in void context is now even more efficient by + going directly through execute_for_fetch bypassing execute_array * Fixes - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)