aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 16:42:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-19 16:42:47 +0000
commit6ea6a725c48ffb79e33852d43702c2b5a873b96a (patch)
tree2615955e58fc6060c9a79fc1c4af23e1f18983e9 /activesupport/CHANGELOG
parentbd79a4eb3b20c3e46fd7eaf79162df7429766514 (diff)
downloadrails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.tar.gz
rails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.tar.bz2
rails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.zip
Push to .org instead
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1310 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 e9e3895a69..de3b629d14 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: argument out of range" #1311 [jhahn@niveon.com]
+
* Added silencing to the default Logger class