blob: a1a4d2646f2c181a733a7b173e422b5f03dde240 (
plain) (
tree)
|
|
* Ensure hashes can be assigned to attributes created using `composed_of`.
Fixes #25210.
*Sean Griffin*
* Fix logging edge case where if an attribute was of the binary type and
was provided as a Hash.
*Jon Moss*
* Handle JSON deserialization correctly if the column default from database
adapter returns `''` instead of `nil`.
*Johannes Opper*
* Introduce ActiveRecord::TransactionSerializationError for catching
transaction serialization failures or deadlocks.
*Erol Fornoles*
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md) for previous changes.
|