aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-04-02 14:15:30 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-04-02 14:15:30 +0000
commit2c6f1d43962796558301528e2c9ff40e53f01409 (patch)
treecf7c5c829113bc0fab875c6fed5541958c7dab27 /activesupport/CHANGELOG
parent1e087fd3fd0d6c0b839ab6c15982a996a5d4d531 (diff)
downloadrails-2c6f1d43962796558301528e2c9ff40e53f01409.tar.gz
rails-2c6f1d43962796558301528e2c9ff40e53f01409.tar.bz2
rails-2c6f1d43962796558301528e2c9ff40e53f01409.zip
TimeWithZone: Adding tests for dst and leap day edge cases when advancing time
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 307cc7f405..587cb28522 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone: Adding tests for dst and leap day edge cases when advancing time [Geoff Buesing]
+
* TimeWithZone#method_missing: send to utc to advance with dst correctness, otherwise send to time. Adding tests for time calculations methods [Geoff Buesing]
* Add config.active_support.use_standard_json_time_format setting so that Times and Dates export to ISO 8601 dates. [rick]