aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-25 03:29:20 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-25 03:29:20 +0000
commit8f7232bc76cba944ecb7769bb3dab633ed15c3a6 (patch)
treedf6692bb783be16f6f2bbfb692a3272c66a64499 /activesupport/CHANGELOG
parentac03ad1f78d88f40924225089a4b4bfebc8c74d8 (diff)
downloadrails-8f7232bc76cba944ecb7769bb3dab633ed15c3a6.tar.gz
rails-8f7232bc76cba944ecb7769bb3dab633ed15c3a6.tar.bz2
rails-8f7232bc76cba944ecb7769bb3dab633ed15c3a6.zip
Time.days_in_month defaults to current year if no year is supplied as argument, uses Date.gregorian_leap? to determine leap year, and uses constant lookup to determine days in month. Closes #10799 [Radar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8715 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 f8d25d130c..8514db47fe 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time.days_in_month defaults to current year if no year is supplied as argument #10799 [Radar], uses Date.gregorian_leap? to determine leap year, and uses constant lookup to determine days in month [Geoff Buesing]
+
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=> so that any combination of Time, DateTime and ActiveSupport::TimeWithZone instances can be chronologically compared [Geoff Buesing]
* TimeZone#now returns an ActiveSupport::TimeWithZone [Geoff Buesing]