diff options
author | gbuesing <gbuesing@gmail.com> | 2008-11-18 09:38:12 -0600 |
---|---|---|
committer | gbuesing <gbuesing@gmail.com> | 2008-11-18 09:38:12 -0600 |
commit | 1955c164b37342de68306b5d2582d9d2c1776149 (patch) | |
tree | a9dd6bb5092ba12c85c2e3de7899cd2347e0f6d0 /activesupport/CHANGELOG | |
parent | 9ad165cb9d4ca5df9b5ba6f01752727427fed949 (diff) | |
download | rails-1955c164b37342de68306b5d2582d9d2c1776149.tar.gz rails-1955c164b37342de68306b5d2582d9d2c1776149.tar.bz2 rails-1955c164b37342de68306b5d2582d9d2c1776149.zip |
TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 721706c1f7..16d78e0201 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0/3.0* +* TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date [Geoff Buesing] + * Update bundled TZInfo to 0.3.12 [Geoff Buesing] * Added lambda merging to OptionMerger (especially useful with named_scope and with_options) #726 [Paweł Kondzior] |