order_by fixes including enable_order_by and coerce_order_by
[catagits/Reaction.git] / Changes
diff --git a/Changes b/Changes
index b30a4c7..cdfe071 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Reaction
-
+0.003000 - 
+        - Fix Order role to allow for exclusions (for non-indexed columns) and
+          coerceion of the column name to allow proper ORDER BY generation in
+          belongs_to rels and fields that do not map directly to columns.
 0.002000 - 29 Apr 2008
         - Update CheckUniques role to use around instead of overrides
         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead