diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-04-30 02:41:44 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-04-30 02:41:44 +0900 |
commit | 89389428b5d04e14f09009ac9af593d7c3da709f (patch) | |
tree | c437f7f6a8e1ed223cd2b90c0aeeb6e4c529d3e2 /actionview | |
parent | 26878bdb00a52ded3be35ba1da2517a890127209 (diff) | |
download | rails-89389428b5d04e14f09009ac9af593d7c3da709f.tar.gz rails-89389428b5d04e14f09009ac9af593d7c3da709f.tar.bz2 rails-89389428b5d04e14f09009ac9af593d7c3da709f.zip |
Cleanup CHANGELOGs [ci skip]
* Remove trailing spaces.
* Add backticks around method and command.
* Fix indentation.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 1fc38e76b2..d478f4c437 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,6 +1,7 @@ -* Update distance_of_time_in_words helper to display better error messages +* Update `distance_of_time_in_words` helper to display better error messages for bad input. *Jay Hayes* + Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md) for previous changes. |