aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index db4820b3d2..738eddb406 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,10 @@
## 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
+
+ *Peter Brown*
* Sqlite now preserves custom primary keys when copying or altering tables.
Fixes #9367.