aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
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 ddfced9666..1c4f122e2b 100644
--- a/History.txt
+++ b/History.txt
@@ -12,6 +12,9 @@
* Calls to `update` are deprecated. Please use `compile_update` then call
`to_sql` on the resulting object and execute that SQL.
+ * Calls to `delete` are deprecated. Please use `compile_delete` then call
+ `to_sql` on the resulting object and execute that SQL.
+
== 2.0.6 12/01/2010
* Bug Fixes