aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-20 12:43:12 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-20 12:43:12 -0500
commita30b8d38b41ba9c141e867836a3a9c5b21221bea (patch)
tree02dbda3de620bebf0b11f58615b3c7706bd5a677 /activerecord/CHANGELOG.md
parent303448950013444b9f7d71defb4bb503a29eccf2 (diff)
downloadrails-a30b8d38b41ba9c141e867836a3a9c5b21221bea.tar.gz
rails-a30b8d38b41ba9c141e867836a3a9c5b21221bea.tar.bz2
rails-a30b8d38b41ba9c141e867836a3a9c5b21221bea.zip
rename AR::Model::Tag to AR::Tag - fixes #7714
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 756a0d7196..606ff7eca0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Rename `ActiveRecord::Model::Tag` to `ActiveRecord::Tag`.
+ Fix #7714.
+
+ *Francesco Rodriguez*
+
* `ActiveModel::ForbiddenAttributesProtection` is included by default
in Active Record models. Check the docs of `ActiveModel::ForbiddenAttributesProtection`
for more details.