From 7b3e8d67943c091d24ee4e4129a9b1892b7c7e6f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 3 Dec 2010 16:04:36 -0800 Subject: adding deprecated methods to History --- History.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3