aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 21:55:48 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 21:55:48 -0500
commit0422314b29e6b59362eb1111c983740784428b73 (patch)
tree2d2e9b027f7f9d13a67ca9920a61aa40a7e51b19 /railties/CHANGELOG
parent51460b5bf296d7f262f8d865f6f6f1d44513c6d4 (diff)
downloadrails-0422314b29e6b59362eb1111c983740784428b73.tar.gz
rails-0422314b29e6b59362eb1111c983740784428b73.tar.bz2
rails-0422314b29e6b59362eb1111c983740784428b73.zip
Time zoning should be turned on by default with UTC
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0bc1ea32bc..4e61479fb3 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Set config.time_zone to UTC by default [DHH]
+
* Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accessor for common cookie actions [DHH]. Examples: