aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index b77563e0b5..e794edb132 100644
--- a/History.txt
+++ b/History.txt
@@ -4,6 +4,11 @@
* AST is now Enumerable
+* Deprecations
+
+ * Calls to `insert` are deprecated. Please use `compile_insert` then call
+ `to_sql` on the resulting object and execute that SQL.
+
== 2.0.6 12/01/2010
* Bug Fixes