diff options
author | Jamis Buck <jamis@37signals.com> | 2005-08-31 10:47:05 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-08-31 10:47:05 +0000 |
commit | 2fed808ee4d572da5d86cb91c704e569589bd7cc (patch) | |
tree | ffe742ef68a0164976f64902cc955b4723565514 /activesupport/CHANGELOG | |
parent | 70e96c9f5c1bfcbb056c34fe7afe3d39226d1cc6 (diff) | |
download | rails-2fed808ee4d572da5d86cb91c704e569589bd7cc.tar.gz rails-2fed808ee4d572da5d86cb91c704e569589bd7cc.tar.bz2 rails-2fed808ee4d572da5d86cb91c704e569589bd7cc.zip |
Make Time#last_month work when invoked on the 31st of a month.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2083 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index b1f81fdf1b..331dff24cf 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make Time#last_month work when invoked on the 31st of a month. + * 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 |