diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-04 19:23:07 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-04 19:23:07 +0000 |
commit | a693b3becad44f9e1e2fdacab26c1f367ad6ce71 (patch) | |
tree | d7b5e5f5ef09c5d7ac042010783b322467896781 /actionpack/CHANGELOG | |
parent | d52cee3e3bb4c45bfd21d3f905e502fa00758def (diff) | |
download | rails-a693b3becad44f9e1e2fdacab26c1f367ad6ce71.tar.gz rails-a693b3becad44f9e1e2fdacab26c1f367ad6ce71.tar.bz2 rails-a693b3becad44f9e1e2fdacab26c1f367ad6ce71.zip |
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@bencurtis.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4993 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 2ce09ede42..59e2577608 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed TextHelper#pluralize to handle 1 as a string #5905 [rails@bencurtis.com] + * Improved resolution of DateHelper#distance_of_time_in_words for better precision #5994 [Bob Silva] * Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH] |