aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-13 21:47:45 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-13 21:47:45 +0000
commit389616e68d2b4f1f48014cf9d6d45754936c7bed (patch)
tree133ccacfefa426c1ce460267122dbda96fd705f9 /activesupport/CHANGELOG
parentc7dd2a1c11c4cf66eac1b6c00ded956b1c3d55f6 (diff)
downloadrails-389616e68d2b4f1f48014cf9d6d45754936c7bed.tar.gz
rails-389616e68d2b4f1f48014cf9d6d45754936c7bed.tar.bz2
rails-389616e68d2b4f1f48014cf9d6d45754936c7bed.zip
Fix Time#years_ago and #years_since from leap days. Closes #9865.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7867 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 8eb145bb28..3a66699f73 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Time#years_ago and #years_since from leap days. #9865 [Geoff Buesing]
+
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. #9825 [Geoff Buesing]
* Fix Date#years_ago and #years_since from leap days. #9864 [Geoff Buesing]