diff options
author | Zachary Scott <e@zzak.io> | 2014-05-31 11:21:56 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-05-31 11:21:56 -0700 |
commit | 84d956e3f4c2cbf887d28b07372a421b5189f09d (patch) | |
tree | 3c966b5b9996d937dcf9d71ca38f70dc244bd1f1 /actionpack | |
parent | ccda54a925059ba0a087f8d3d72586fb290e1b8a (diff) | |
download | rails-84d956e3f4c2cbf887d28b07372a421b5189f09d.tar.gz rails-84d956e3f4c2cbf887d28b07372a421b5189f09d.tar.bz2 rails-84d956e3f4c2cbf887d28b07372a421b5189f09d.zip |
Missing period from AP/CHANGELOG [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 7da58ca4e7..6a50565de5 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -115,7 +115,7 @@ *Boris Kuznetsov* * Swapped the parameters of assert_equal in `assert_select` so that the - proper values were printed correctly + proper values were printed correctly. Fixes #14422. |