aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-02-13 16:17:34 +0530
committerVipul A M <vipulnsward@gmail.com>2016-02-13 16:17:34 +0530
commite183227e5c7665b6505dd319724f1a540946b7ce (patch)
tree86d53cb99a89a688933ac556149ade1dc3c39e39
parentac9d32bf90ce3d2205be02b58743676868286123 (diff)
parent5f038aa488e6eda5b3b7d5794befd7c433480da5 (diff)
downloadrails-e183227e5c7665b6505dd319724f1a540946b7ce.tar.gz
rails-e183227e5c7665b6505dd319724f1a540946b7ce.tar.bz2
rails-e183227e5c7665b6505dd319724f1a540946b7ce.zip
Merge pull request #23653 from kamipo/add_missing_author_name
Add the missing author name [ci skip]
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 45c123d943..53538f4157 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,6 +2,8 @@
Closes #13775.
+ *Takashi Kokubun*
+
* Add ActiveRecord `#second_to_last` and `#third_to_last` methods.
*Brian Christian*