aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-11-22 13:58:15 -0800
committerYves Senn <yves.senn@gmail.com>2013-11-22 13:58:15 -0800
commit818b362c1db0b1103d6489dbd6f1f56e645a34e3 (patch)
treee4c490f06fe5714c523a93b839a2e7d1c9352bb8 /activerecord/CHANGELOG.md
parent34c08d2ead9360e1d9577dbc491d221ab66a2151 (diff)
parentc449a74e8944eed75453963288ea7a8652f5ba93 (diff)
downloadrails-818b362c1db0b1103d6489dbd6f1f56e645a34e3.tar.gz
rails-818b362c1db0b1103d6489dbd6f1f56e645a34e3.tar.bz2
rails-818b362c1db0b1103d6489dbd6f1f56e645a34e3.zip
Merge pull request #12774 from exAspArk/fix_uniqueness_on_relation
Fix validation on uniqueness
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4a9022e66b..43651c9b48 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix validation on uniqueness of empty association.
+
+ *Evgeny Li*
+
* Make `ActiveRecord::Relation#unscope` affect relations it is merged in to.
*Jon Leighton*