diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-17 22:20:09 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-17 22:20:09 +0000 |
commit | d4b27a0b36109c6ded5dba57db63d4ff12ec74d1 (patch) | |
tree | 9676cce672fec31da46a8de358e68c152e44528e /actionwebservice/CHANGELOG | |
parent | d712310518dcfe42966e7de936794c9a816b0e21 (diff) | |
download | rails-d4b27a0b36109c6ded5dba57db63d4ff12ec74d1.tar.gz rails-d4b27a0b36109c6ded5dba57db63d4ff12ec74d1.tar.bz2 rails-d4b27a0b36109c6ded5dba57db63d4ff12ec74d1.zip |
Fix soap type registration of multidimensional arrays (closes #4232) [Kent]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3903 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 ebbb975501..9f6abfdc5d 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix soap type registration of multidimensional arrays (#4232) + * 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). |