aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-10-01 02:16:15 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-10-01 02:16:15 +0000
commit22dc11c6b17c22247b4e3d1b2b0329d9ca638da6 (patch)
tree676f851bd9233d7d0be26b6345c4c614597a0581 /activesupport/CHANGELOG
parentec4989618ec08d20024a05500bea088514fbdfd4 (diff)
downloadrails-22dc11c6b17c22247b4e3d1b2b0329d9ca638da6.tar.gz
rails-22dc11c6b17c22247b4e3d1b2b0329d9ca638da6.tar.bz2
rails-22dc11c6b17c22247b4e3d1b2b0329d9ca638da6.zip
Fixed Date#xmlschema for dates outside the range of what can be created with Time (closes #9744) [gbuesing]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7707 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 ffeeadfa00..d8fe2ce1f9 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Fixed Date#xmlschema for dates outside the range of what can be created with Time #9744 [gbuesing]
+
+
*2.0.0 [Preview Release]* (September 29th, 2007)
* Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 [bermi]