aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-24 21:12:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-24 21:12:55 +0000
commit0e62c773f603f885743d52f44fb032290f809cae (patch)
tree542d823fc775423effed089d56d635f5d176704c /actionpack/CHANGELOG
parentc6f2af5c31577e25c6f6b9f17be18858200a8e13 (diff)
downloadrails-0e62c773f603f885743d52f44fb032290f809cae.tar.gz
rails-0e62c773f603f885743d52f44fb032290f809cae.tar.bz2
rails-0e62c773f603f885743d52f44fb032290f809cae.zip
Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9086 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a1e487c2e1..fd4d8e59d8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,8 @@
*SVN*
-# Allow the #simple_format text_helper to take an html_options hash for each paragraph. #2448 [Francois Beausoleil, thechrisoshow]
+* Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi]
+
+* Allow the #simple_format text_helper to take an html_options hash for each paragraph. #2448 [Francois Beausoleil, thechrisoshow]
* Fix regression from filter refactoring where re-adding a skipped filter resulted in it being called twice. [rick]