From c7dd2a1c11c4cf66eac1b6c00ded956b1c3d55f6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 13 Oct 2007 21:44:48 +0000 Subject: Time and DateTime#advance accept :hours, :minutes, and :seconds options. Closes #9825. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7866 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 ad889aa923..8eb145bb28 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Refactor Time and Date#months_since and #months_ago to use #advance. #9863 [Geoff Buesing] -- cgit v1.2.3