Add is_ordered to DBIC::ResultSet
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7514185..98f3ecf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+        - Add $rs->is_ordered to test for existing order_by on a resultset
         - Add as_subselect_rs to DBIC::ResultSet from
           DBIC::Helper::ResultSet::VirtualView::as_virtual_view
         - Depend on newest bugfixed Moose