aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrey Subbota <subbota@gmail.com>2018-07-17 12:55:30 +0300
committerAndrey Subbota <subbota@gmail.com>2018-07-27 00:38:21 +0300
commit35ee756a366d3ac80128a017cf8ba197a0fdd4a1 (patch)
tree85d116200b8d468622d5ce540e0aee0088eb64c5 /activerecord/CHANGELOG.md
parentf0c917c7d491f4f7b142748375e1128d5579152a (diff)
downloadrails-35ee756a366d3ac80128a017cf8ba197a0fdd4a1.tar.gz
rails-35ee756a366d3ac80128a017cf8ba197a0fdd4a1.tar.bz2
rails-35ee756a366d3ac80128a017cf8ba197a0fdd4a1.zip
Allow subclasses to redefine autosave callbacks for associated records
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 456f569718..f941f5db63 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Allow subclasses to redefine autosave callbacks for associated records.
+
+ Fixes #33305.
+
+ *Andrey Subbota*
+
* Don't impose primary key order if limit() has already been supplied.
Fixes #23607