aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-06-10 00:35:18 +0200
committerXavier Noria <fxn@hashref.com>2012-06-10 00:38:40 +0200
commitd3a99c32d172a30709fd45506e120c335cb3d929 (patch)
tree1afdacf3a416702fd50fa168bcdb105d5343ffe4 /activesupport/CHANGELOG.md
parent6bd729e86f4ead25fe614a76aa652425f1d73942 (diff)
downloadrails-d3a99c32d172a30709fd45506e120c335cb3d929.tar.gz
rails-d3a99c32d172a30709fd45506e120c335cb3d929.tar.bz2
rails-d3a99c32d172a30709fd45506e120c335cb3d929.zip
removes the obsolete require_association method from dependencies
This is an obsolete method from the very early days, apparently it was used circa 2004 because STI support was not smart enough. This method is not public interface, and we are heading a major version, so removal seems right.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index c778647ea5..804336da91 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Remove obsolete and unused `require_association` method from dependencies. *fxn*
+
* Add `:instance_accessor` option for `config_accessor`.
class User