aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-03-09 07:37:51 +0000
committerMichael Koziarski <michael@koziarski.com>2006-03-09 07:37:51 +0000
commit43398433e98f9f6a9666f53272a790035be629b4 (patch)
treec8c7eb0970af608251f996964290218ce27499d3 /activesupport/CHANGELOG
parent5568d20b2e0fdd0695d66a7406f926fc5c5c4135 (diff)
downloadrails-43398433e98f9f6a9666f53272a790035be629b4.tar.gz
rails-43398433e98f9f6a9666f53272a790035be629b4.tar.bz2
rails-43398433e98f9f6a9666f53272a790035be629b4.zip
Added a note to the documentation for the Date related Numeric extensions to indicate that they're
approximations and shouldn't be used for critical calculations. [Koz]. Closes #4148. References #4146 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3821 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 12692c659c..ce3df8969c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Added a note to the documentation for the Date related Numeric extensions to indicate that they're
+approximations and shouldn't be used for critical calculations. [Koz]
+
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML from basic structures [DHH]. Examples:
{ :name => "David", :street_name => "Paulina", :age => 26, :moved_on => Date.new(2005, 11, 15) }.to_xml