diff options
author | Jeremy Daer <jeremydaer@gmail.com> | 2016-03-02 11:37:19 -0700 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2016-03-02 11:37:19 -0700 |
commit | 4f21ac7e9c3a2a21f7fc9ac0d8a0be0c0c7525a2 (patch) | |
tree | f82f7193b5718378e690d2610e960f07d6995e17 /activesupport | |
parent | e2f08a1c0a9d1dc2f27d1dfcd3c9937f4190554a (diff) | |
download | rails-4f21ac7e9c3a2a21f7fc9ac0d8a0be0c0c7525a2.tar.gz rails-4f21ac7e9c3a2a21f7fc9ac0d8a0be0c0c7525a2.tar.bz2 rails-4f21ac7e9c3a2a21f7fc9ac0d8a0be0c0c7525a2.zip |
Fix CHANGELOG spacing [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 58528c442a..d4d4491ae3 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -35,9 +35,9 @@ *Brian Christian* -* Fix regression in `Hash#dig` for HashWithIndifferentAccess. +* Fix regression in `Hash#dig` for HashWithIndifferentAccess. - *Jon Moss* + *Jon Moss* ## Rails 5.0.0.beta2 (February 01, 2016) ## |