aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-02-03 14:48:59 +0100
committerYves Senn <yves.senn@gmail.com>2014-02-03 14:48:59 +0100
commit584a46479b3cbcac37b948a7fe38fa3acc71c35b (patch)
tree5655ef520e67d4231a39bc32e71dec59ad14b328 /activerecord/CHANGELOG.md
parentb7c7cb1a6379f861c04a1273c67fa8b46212f527 (diff)
downloadrails-584a46479b3cbcac37b948a7fe38fa3acc71c35b.tar.gz
rails-584a46479b3cbcac37b948a7fe38fa3acc71c35b.tar.bz2
rails-584a46479b3cbcac37b948a7fe38fa3acc71c35b.zip
pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 78c0ab1cfd..fe488a45f9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Pass `has_and_belongs_to_many` `:autosave` option to
+ the underlying `has_many :through` association.
+
+ Fixes #13923.
+
+ *Yves Senn*
+
* PostgreSQL implementation of SchemaStatements#index_name_exists?
The database agnostic implementation does not detect with indexes that are