update to Changes
Justin Hunter [Wed, 20 May 2009 15:04:17 +0000 (15:04 +0000)]
Changes

diff --git a/Changes b/Changes
index 21c0431..5ce2d89 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+        - don't pass SQL functions into GROUP BY
         - Remove MultiDistinctEmulation.pm, effectively deprecating
           { select => { distinct => [ qw/col1 col2/ ] } }
         - Change ->count code to work correctly with DISTINCT (distinct => 1)