diff options
author | Marcel Molina <marcel@vernix.org> | 2005-11-17 00:32:16 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-11-17 00:32:16 +0000 |
commit | 5cb2aa722deea44a9aac1ec2469611759a22bf75 (patch) | |
tree | e7c599bf4e3a995151ece6a9696bc93b96becb3b /actionwebservice/CHANGELOG | |
parent | fc51104fe27cf5ff9a420d43ea59adccfc8846c8 (diff) | |
download | rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.tar.gz rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.tar.bz2 rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.zip |
Rename Version constant to VERSION. Closes #2802.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 7c41b68492..814d823d7f 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] + * Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients. *0.9.3* (November 7th, 2005) |