From 4b6411008675dbbfb7da4dfb6ef73c5528c196d1 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 3 Aug 2007 00:34:19 +0000 Subject: Fix Time#advance bug when trying to advance a year from leap day. Closes #8655 [gbuesing] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7262 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 35a7d77859..bed781d67d 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix Time#advance bug when trying to advance a year from leap day. Closes #8655 [gbuesing] + * Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. [ewan, manfred] * Added Array#extract_options! to encapsulate the pattern of getting an options hash out of a variable number of parameters #8759 [norbert]. -- cgit v1.2.3