aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-03 16:04:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-03 16:04:36 -0800
commit7b3e8d67943c091d24ee4e4129a9b1892b7c7e6f (patch)
treea0b33663dfd902d4d1dcd1f16f95049ea6431cce
parent8a5680e4a75eb6ac877c1c9687a99e021cbba74e (diff)
downloadrails-7b3e8d67943c091d24ee4e4129a9b1892b7c7e6f.tar.gz
rails-7b3e8d67943c091d24ee4e4129a9b1892b7c7e6f.tar.bz2
rails-7b3e8d67943c091d24ee4e4129a9b1892b7c7e6f.zip
adding deprecated methods to History
-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