aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 15:13:03 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 15:13:03 +0000
commitf9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a (patch)
treea6c1231052e1ee4cee9d701b2100e0258ebd3ee0 /actionpack/CHANGELOG
parentfd6abf0a59c91717ce30f5728ee6150184241d78 (diff)
downloadrails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.tar.gz
rails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.tar.bz2
rails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.zip
Moved TimeZone to Active Support
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@768 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 8a09af333a..0587481f60 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -4,7 +4,7 @@
* Fixed that send_file/data can work even if render* has been called before in action processing to render the content of a file to be send for example #601
-* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Record #688 [Jamis Buck]
+* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Support #688 [Jamis Buck]
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating file upload fields