aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-13 20:13:18 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-13 20:13:18 +0000
commita8077355edef04d2e1844529d6d146bbe41dfa3a (patch)
tree0d0bc53696ef2915eb2070a91efe5ecbea20896d /activesupport/CHANGELOG
parent9e96286e7aa6d0656d1c8481635dc7e2dca6e067 (diff)
downloadrails-a8077355edef04d2e1844529d6d146bbe41dfa3a.tar.gz
rails-a8077355edef04d2e1844529d6d146bbe41dfa3a.tar.bz2
rails-a8077355edef04d2e1844529d6d146bbe41dfa3a.zip
Fix Date#years_ago and #years_since from leap days. Closes #9864.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7863 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 3bd6a4adcf..ad889aa923 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Date#years_ago and #years_since from leap days. #9864 [Geoff Buesing]
+
* Refactor Time and Date#months_since and #months_ago to use #advance. #9863 [Geoff Buesing]
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. [Jeremy Kemper]