From 34573df616427eb0041be402e8cab31bd6397e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 16 Jun 2014 20:28:53 -0300 Subject: Revert "Formatting fix in AS changelog [ci skip]" This reverts commit cede0363830e28e73feafc662eccae7d1db526bb. Reason: CHANGELOG should not be updated on docrails --- activesupport/CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index d513874aee..5962dd255c 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -23,13 +23,10 @@ * Fixed precision error in NumberHelper when using Rationals. - Before: - + before: ActiveSupport::NumberHelper.number_to_rounded Rational(1000, 3), precision: 2 #=> "330.00" - - After: - + after: ActiveSupport::NumberHelper.number_to_rounded Rational(1000, 3), precision: 2 #=> "333.33" -- cgit v1.2.3