From 70e96c9f5c1bfcbb056c34fe7afe3d39226d1cc6 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 31 Aug 2005 10:36:35 +0000 Subject: Add Time.days_in_month, and make Time#next_month work when invoked on the 31st of a month git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2082 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 315ea30568..b1f81fdf1b 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add Time.days_in_month, and make Time#next_month work when invoked on the 31st of a month + * Fixed that Time#midnight would have a non-zero usec on some platforms #1836 * Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com] -- cgit v1.2.3