From e42a5fd3d579f60594fbed2f0f728e434da123b9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 11 Nov 2015 07:22:28 +0100 Subject: normalizes spacing in a CHANGELOG [ci skip] --- activesupport/CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index faa4a3d6fc..9a00825247 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -9,17 +9,17 @@ *Puneet Agarwal* and *Xavier Noria* -* Added `Time#days_in_year` to return the number of days in the given year, or the - current year if no argument is provided. +* Added `Time#days_in_year` to return the number of days in the given year, or the + current year if no argument is provided. - *Jon Pascoe* + *Jon Pascoe* -* Updated `parameterize` to preserve the case of a string, optionally. +* Updated `parameterize` to preserve the case of a string, optionally. Example: - parameterize("Donald E. Knuth", separator: '_') # => "donald_e_knuth" - parameterize("Donald E. Knuth", preserve_case: true) # => "Donald-E-Knuth" + parameterize("Donald E. Knuth", separator: '_') # => "donald_e_knuth" + parameterize("Donald E. Knuth", preserve_case: true) # => "Donald-E-Knuth" *Swaathi Kakarla* -- cgit v1.2.3