aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-03-11 17:31:25 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-03-11 17:31:25 +0900
commit2e752d18b37498cfaa204567342edfc79783edcb (patch)
treedcee2b23415ae49a0de5c8f4ee797a9cc05f2aa4 /actionpack/CHANGELOG.md
parent744d388a90bed2958210b5779d3fc3f9ad0cf550 (diff)
downloadrails-2e752d18b37498cfaa204567342edfc79783edcb.tar.gz
rails-2e752d18b37498cfaa204567342edfc79783edcb.tar.bz2
rails-2e752d18b37498cfaa204567342edfc79783edcb.zip
Fix indentation and formatting in CHANGELOGs [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 7dd42f7d31..770bda1d44 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,6 +1,6 @@
* Added `#reverse_merge` and `#reverse_merge!` methods to `ActionController::Parameters`
- *Edouard Chin & Mitsutaka Mimura*
+ *Edouard Chin*, *Mitsutaka Mimura*
* Fix malformed URLS when using `ApplicationController.renderer`
@@ -329,7 +329,7 @@
redirects to
POST https://example.com/articles (i.e. ArticlesContoller#create)
- *Chirag Singhal*
+ *Chirag Singhal*
* Add `:as` option to `ActionController:TestCase#process` and related methods.