Add changelog for #15549 fix [skip ci]

This commit is contained in:
Arthur Neves 2015-02-27 15:54:50 -05:00
parent 4a049583a2
commit 4e757746a6
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
* Dont enroll records in the transaction if they dont have commit callbacks.
That was causing a memory grow problem when creating a lot of records inside a transaction.
Fixes #15549.
*Will Bryant*, *Aaron Patterson*
* Correctly create through records when created on a has many through
association when using `where`.