1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove CHANGELOG entry [ci skip]

This commit is contained in:
Rafael Mendonça França 2014-09-05 18:48:22 -03:00
parent ad4ea98090
commit d12b9b2897

View file

@ -388,14 +388,6 @@
*Sean Griffin*
* `has_many :through` associations will no longer save the through record
twice when added in an `after_create` callback defined before the
associations.
Fixes #3798.
*Sean Griffin*
* Detect in-place modifications of PG array types
*Sean Griffin*