diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-03 03:19:37 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-03 03:19:37 +0000 |
commit | 3d4965765cd47df7f3f9d3db4cbb117936b1c939 (patch) | |
tree | a7dcd1024112bde8716f09c1e75da22cb640d38f /actionwebservice/CHANGELOG | |
parent | 94725b02bcc5e623dcbe1d73d57b2ede2c88440e (diff) | |
download | rails-3d4965765cd47df7f3f9d3db4cbb117936b1c939.tar.gz rails-3d4965765cd47df7f3f9d3db4cbb117936b1c939.tar.bz2 rails-3d4965765cd47df7f3f9d3db4cbb117936b1c939.zip |
Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1) #4038 [Kent Sibilev]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3750 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 62d72d4e3d..ebbb975501 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,19 @@ *SVN* +* Fix that marshaler couldn't handle ActiveRecord models defined in a different namespace (#2392). + +* Fix that marshaler couldn't handle structs with members of ActiveRecord type (#1889). + +* Fix that marshaler couldn't handle nil values for inner structs (#3576). + +* Fix that changes to ActiveWebService::API::Base required restarting of the server (#2390). + +* Fix scaffolding for signatures with :date, :time and :base64 types (#3321, #2769, #2078). + +* Fix for incorrect casting of TrueClass/FalseClass instances (#2633, #3421). + +* Fix for incompatibility problems with SOAP4R 1.5.5 (#2553) [Kent Sibilev] + * Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.] * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] |