diff options
author | Brian Christian <brchristian@gmail.com> | 2016-02-10 10:31:44 -0800 |
---|---|---|
committer | Brian Christian <brchristian@gmail.com> | 2016-02-10 10:31:44 -0800 |
commit | eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86 (patch) | |
tree | 1b16322030be7d4254ca5580299bd64d09a9bf7a /activesupport | |
parent | e8aeda2ab39b5d416a72edfa74e0fb17721eb6f9 (diff) | |
download | rails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.tar.gz rails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.tar.bz2 rails-eaa1efe7d0b4e0f5682453b1ddfa186a292ddc86.zip |
include activerecord and activesupport CHANGELOG entries
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index bd333da081..3d4cc8fae6 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,7 @@ +* Add `Array#second_to_last` and `Array#third_to_last` methods. + + *Brian Christian* + * Fix regression in `Hash#dig` for HashWithIndifferentAccess. *Jon Moss* |