aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-05-21 08:51:36 -0400
committerRafael França <rafaelmfranca@gmail.com>2016-05-21 09:51:36 -0300
commitd95947a87e3eec373dfe8cabdab3279e7bd58660 (patch)
tree97fa9989ecea3b050d7c2e556b0bb1bec2f0ab55 /activerecord/CHANGELOG.md
parentdd829df07e632209404b025423f57d63148d0867 (diff)
downloadrails-d95947a87e3eec373dfe8cabdab3279e7bd58660.tar.gz
rails-d95947a87e3eec373dfe8cabdab3279e7bd58660.tar.bz2
rails-d95947a87e3eec373dfe8cabdab3279e7bd58660.zip
Add CHANGELOG.md reference for #24958 (#25094)
Sorry for forgetting to include it in my original PR :grimacing: r? @rafaelfranca [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c677178253..2d705dbad6 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* 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`.