Merge 'order_by_refactor' into 'trunk'
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 9c7b91e..99c933a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,17 @@
 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
         - populate() now properly reports the dataset slice in case of
           an exception
         - fixed corner case when populate() erroneously falls back to
           create()
+        - 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