aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorBrian Christian <brchristian@gmail.com>2016-02-10 10:31:44 -0800
committerBrian Christian <brchristian@gmail.com>2016-02-10 10:31:44 -0800
commiteaa1efe7d0b4e0f5682453b1ddfa186a292ddc86 (patch)
tree1b16322030be7d4254ca5580299bd64d09a9bf7a /activerecord
parente8aeda2ab39b5d416a72edfa74e0fb17721eb6f9 (diff)
downloadrails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.tar.gz
rails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.tar.bz2
rails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.zip
include activerecord and activesupport CHANGELOG entries
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a4cf6023e1..be96f9fa2a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add ActiveRecord `#second_to_last` and `#third_to_last` methods.
+
+ *Brian Christian*
+
* Added `numeric` helper into migrations.
Example: