aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-06-05 05:47:33 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-06-05 05:53:49 +0900
commitcc27e9988f9ce4e52acf491a5f67be70ab7d25d8 (patch)
tree66784714a94158ada8ddd515927478b5e5103ba5 /actionpack
parent502bfdeff524d1f69bc0b5b3265e146afc1f6255 (diff)
downloadrails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.tar.gz
rails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.tar.bz2
rails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.zip
Unify to use 4 spaces indentation in CHANGELOGs [ci skip]
Especially, somehow `CHANGELOG.md` in actiontext and activestorage in master branch had used 3 spaces indentation.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 4bcf313ecc..55592585ea 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,11 +1,11 @@
-* Keep part when scope option has value
+* Keep part when scope option has value.
When a route was defined within an optional scope, if that route didn't
take parameters the scope was lost when using path helpers. This commit
ensures scope is kept both when the route takes parameters or when it
doesn't.
- Fixes #33219
+ Fixes #33219.
*Alberto Almagro*
@@ -18,8 +18,10 @@
*Eugene Kenny*
-* Fix strong parameters blocks all attributes even when only some keys are invalid (non-numerical). It should only block invalid key's values instead.
+* Fix strong parameters blocks all attributes even when only some keys are invalid (non-numerical).
+ It should only block invalid key's values instead.
*Stan Lo*
+
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md) for previous changes.