aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-08-14 18:43:39 +0000
committerLeon Breedt <bitserf@gmail.com>2005-08-14 18:43:39 +0000
commit2eba7134455863f936d0b1e8e88284c08ef6b083 (patch)
treedaed7ec8c967932a750206132b592fb74f374c22 /actionwebservice/CHANGELOG
parent056838d2fc959ab71f598dee8b8b0691608f8a72 (diff)
downloadrails-2eba7134455863f936d0b1e8e88284c08ef6b083.tar.gz
rails-2eba7134455863f936d0b1e8e88284c08ef6b083.tar.bz2
rails-2eba7134455863f936d0b1e8e88284c08ef6b083.zip
Fix duplicate XSD entries for custom types (#1729), and prevent recursive type
traversing. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2014 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index b03bfeb508..a7bd6d77ec 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix duplicate XSD entries for custom types shared across delegated/layered services #1729 [Tyler Kovacs]
+
* Allow multiple invocations in the same test method #1720 [dkhawk]
* Added ActionWebService::API::Base.soap_client and ActionWebService::API::Base.xmlrpc_client helper methods to create the internal clients for an API, useful for testing from ./script/console