aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-26 08:38:12 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-26 08:38:12 -0300
commitc90e24d08782d583286ccb21cc15f60fa9ed8367 (patch)
treea82db3707b2beb3858284ff34c654852d2ea1c31 /activerecord/CHANGELOG.md
parent06eb872035a115852d92121c037e3c54a7a10f58 (diff)
downloadrails-c90e24d08782d583286ccb21cc15f60fa9ed8367.tar.gz
rails-c90e24d08782d583286ccb21cc15f60fa9ed8367.tar.bz2
rails-c90e24d08782d583286ccb21cc15f60fa9ed8367.zip
Improve changelog entry [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 738eddb406..bac7b358dc 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,8 +1,8 @@
## unreleased ##
-* Fixes issue with overrding ActiveRecord reader methods with a
- composed object and using that attribute as the scope of a
- validates_uniqueness_of validation.
- Backport of #7072
+
+* Fix issue with overriding Active Record reader methods with a composed object
+ and using that attribute as the scope of a `uniqueness_of` validation.
+ Backport #7072.
*Peter Brown*