aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:07:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:07:22 +0000
commitfabf34848eda7656f7a7f79647167e0fdd16f682 (patch)
tree6736de2f1a4d68bfe386e99ce4ebeca1109e9e6f /activesupport/CHANGELOG
parenta8eea0b04b2989bd054d7c852d636f1cc5494957 (diff)
downloadrails-fabf34848eda7656f7a7f79647167e0fdd16f682.tar.gz
rails-fabf34848eda7656f7a7f79647167e0fdd16f682.tar.bz2
rails-fabf34848eda7656f7a7f79647167e0fdd16f682.zip
Added Time#end_of_month to accompany Time#beginning_of_month (closes #2514) [Jens-Christian Fischer]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2745 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index b48837b2f3..b1c1f12d29 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Added Time#end_of_month to accompany Time#beginning_of_month #2514 [Jens-Christian Fischer]
+
+
*1.2.2* (October 26th, 2005)
* Set Logger.silencer = false to disable Logger#silence. Useful for debugging fixtures.