aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--History.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 1c4f122e2b..59fce7f4d4 100644
--- a/History.txt
+++ b/History.txt
@@ -15,6 +15,15 @@
* Calls to `delete` are deprecated. Please use `compile_delete` then call
`to_sql` on the resulting object and execute that SQL.
+ * Arel::Table#joins is deprecated and will be removed in 2.2.0 with no
+ replacement.
+
+ * Arel::Table#columns is deprecated and will be removed in 2.2.0 with no
+ replacement.
+
+ * Arel::Table.table_cache is deprecated and will be removed in 2.2.0 with no
+ replacement.
+
== 2.0.6 12/01/2010
* Bug Fixes