aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-03-10 11:56:21 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-03-10 11:56:21 +0900
commitc8c1460f7a97c15dff641a30e63914991d407595 (patch)
treeff64bb8fc97bff1c7afab08c9a6108a036fed1fa /activerecord
parent9f9e57339bb88fcf5f8e47a048d8201b97cd5f53 (diff)
downloadrails-c8c1460f7a97c15dff641a30e63914991d407595.tar.gz
rails-c8c1460f7a97c15dff641a30e63914991d407595.tar.bz2
rails-c8c1460f7a97c15dff641a30e63914991d407595.zip
Add missing credit [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a59f38fd69..96094a285f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -18,6 +18,8 @@
Fixes #28325.
+ *Andrew White*
+
* Fix `deserialize` with JSON array.
Fixes #28285.