diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2d705dbad689a..d3ed0a01f297a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,6 @@ * 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