Fix busted get_column when using +select (and friends)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 3967221..324db43 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class
 
+               - Fix +select, +as, +columns and include_columns being stripped from
+                 ->get_columns (gphat)
+
 0.081000 2009-04-19 11:39:35 (UTC)
         - Todo out the register_extra_source test until after shipping