aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-13 20:28:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-13 20:28:55 +0000
commitf0448f5631288e3b73f9c95ebc1870dd54967a87 (patch)
tree16f700a80c148bd3d1cadd2279e81781cc326b6c /activesupport/CHANGELOG
parent43b6a74fb188e41ae686c2d948e876c1f84e7bdf (diff)
downloadrails-f0448f5631288e3b73f9c95ebc1870dd54967a87.tar.gz
rails-f0448f5631288e3b73f9c95ebc1870dd54967a87.tar.bz2
rails-f0448f5631288e3b73f9c95ebc1870dd54967a87.zip
Fixed that Time#change should also reset usec when also resetting minutes #2459 [ikeda@dream.big.or.jp]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2568 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 d43011b9b8..12614f3460 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Time#change should also reset usec when also resetting minutes #2459 [ikeda@dream.big.or.jp]
+
* Fix Logger compatibility for distributions that don't keep Ruby and its standard library in sync.
* Replace '%e' from long and short time formats as Windows does not support it. #2344. [Tom Ward <tom@popdog.net>]