diff options
author | Michael Koziarski <michael@koziarski.com> | 2006-03-15 02:15:01 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2006-03-15 02:15:01 +0000 |
commit | 9de81036dd31c9b02c63586e598214507feff501 (patch) | |
tree | 26b697e4b602cebdab6a6fe7c917fceba702886d /activesupport/CHANGELOG | |
parent | eccf39203f21a03fdeb55ba3ce6afcd8f791f92c (diff) | |
download | rails-9de81036dd31c9b02c63586e598214507feff501.tar.gz rails-9de81036dd31c9b02c63586e598214507feff501.tar.bz2 rails-9de81036dd31c9b02c63586e598214507feff501.zip |
Switch to_xml to use the date formate defined in xml schema.[Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3869 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 e39a9b6f43..791a2f2712 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Switched to_xml to use the xml schema format for datetimes. This allows the encoding of time zones and should improve operability. [Koz] + * 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] |