Add changes
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 71ecbd8..75d11a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for DBIx::Class
 
+        - order_by now can take \[$sql, @bind] as in
+          order_by => { -desc => \['colA LIKE ?', 'somestring'] }
+        - SQL::Abstract errors are now properly croak()ed with the
+          correct trace
+
+0.08103 2009-05-26 19:50:00 (UTC)
         - Multiple $resultset -> count/update/delete fixes. Now any
           of these operations will succeed, regardless of the complexity
           of $resultset. distinct, group_by, join, prefetch are all
@@ -36,6 +42,8 @@ Revision history for DBIx::Class
         - "timestamp with time zone" columns (for Pg) now get inflated with a
           time zone information preserved
         - MSSQL Top limit-emulation improvements (GROUP BY and subquery support)
+        - ResultSetColumn will not lose the joins infered from a parent
+          resultset prefetch
 
 0.08102 2009-04-30 08:29:00 (UTC)
         - Fixed two subtle bugs when using columns or select/as