aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-02 14:31:37 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-02 14:31:37 -0800
commita8521641d5d7630bba7620ce42fe7456eeff0398 (patch)
tree993c09a375fe57ac4210ed2ccc58f018d399a72e /History.txt
parentbaa660f62b4fae9197d7b4b6e4bbcf4059d106a8 (diff)
downloadrails-a8521641d5d7630bba7620ce42fe7456eeff0398.tar.gz
rails-a8521641d5d7630bba7620ce42fe7456eeff0398.tar.bz2
rails-a8521641d5d7630bba7620ce42fe7456eeff0398.zip
deprecating the update method in favor of compile_update
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index e794edb132..ddfced9666 100644
--- a/History.txt
+++ b/History.txt
@@ -9,6 +9,9 @@
* Calls to `insert` are deprecated. Please use `compile_insert` then call
`to_sql` on the resulting object and execute that SQL.
+ * Calls to `update` are deprecated. Please use `compile_update` then call
+ `to_sql` on the resulting object and execute that SQL.
+
== 2.0.6 12/01/2010
* Bug Fixes