aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorGeoffrey Buesing <geoffreybuesing@test-tests-power-mac-g5.local>2008-04-12 16:06:29 -0500
committerGeoffrey Buesing <geoffreybuesing@test-tests-power-mac-g5.local>2008-04-12 16:06:29 -0500
commitcfd56882af597724e427b17cdf295ffdd241dc26 (patch)
tree31c710a547a503741e104ac8989bbb8d2d427277 /railties/CHANGELOG
parent60be4b09f51d2560802ebd744893bb6f737ef57c (diff)
downloadrails-cfd56882af597724e427b17cdf295ffdd241dc26.tar.gz
rails-cfd56882af597724e427b17cdf295ffdd241dc26.tar.bz2
rails-cfd56882af597724e427b17cdf295ffdd241dc26.zip
rake time:zones:local finds correct base utc offset for zones in the Southern Hemisphere
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 5a80e21446..86b30244ba 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* rake time:zones:local finds correct base utc offset for zones in the Southern Hemisphere [Geoff Buesing]
+
* Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick]
* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes #9176. [Catfish]