diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 03:25:08 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 03:25:08 +0000 |
commit | 902db5ed0a4d0924cd2bf3929851ccfad618ffc0 (patch) | |
tree | a2e442fc5e364fba86341c1d193c779c4402b02b /actionpack/CHANGELOG | |
parent | 80cf698b7bff854a7f27d254f78e46af1819e647 (diff) | |
download | rails-902db5ed0a4d0924cd2bf3929851ccfad618ffc0.tar.gz rails-902db5ed0a4d0924cd2bf3929851ccfad618ffc0.tar.bz2 rails-902db5ed0a4d0924cd2bf3929851ccfad618ffc0.zip |
Credit #10443 + more changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8360 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c596950894..6270392742 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -387,7 +387,7 @@ * auto_complete_field takes a :method option so you can GET or POST. #8120 [zapnap] -* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [rails@tpope.info] +* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [Tim Pope] * catch possible WSOD when trying to render a missing partial. Closes #8454 [Catfish] @@ -577,7 +577,7 @@ * Ensure that render_text only adds string content to the body of the response [DHH] -* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [tpope] +* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [Tim Pope] * Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH] @@ -938,7 +938,7 @@ superclass' view_paths. [Rick] * Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] -* pluralize helper interprets nil as zero. #6474 [pope] +* pluralize helper interprets nil as zero. #6474 [Tim Pope] * Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. #6524 [Bob Silva] |