aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2013-01-18 12:30:47 +0000
committerJon Leighton <j@jonathanleighton.com>2013-01-18 12:30:47 +0000
commit5937bd02dee112646469848d7fe8a8bfcef5b4c1 (patch)
tree9406b572ea9d9fadcfabca94084834e1188f8c25 /activerecord/CHANGELOG.md
parent5f759ff063b8ed054cdde0ed4f3593ef89fe59b7 (diff)
downloadrails-5937bd02dee112646469848d7fe8a8bfcef5b4c1.tar.gz
rails-5937bd02dee112646469848d7fe8a8bfcef5b4c1.tar.bz2
rails-5937bd02dee112646469848d7fe8a8bfcef5b4c1.zip
Undeprecate the :extend option
Suggested by @dhh. It doesn't affect the generated SQL, so seems reasonable to continue to allow it as an association option.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 68ed6cdf51..45a2b59d47 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -985,7 +985,6 @@
* `:conditions` becomes `:where`.
* `:include` becomes `:includes`.
- * `:extend` becomes `:extending`.
The code to implement the deprecated features has been moved out to
the `activerecord-deprecated_finders` gem. This gem is a dependency