diff --git a/src/site/apt/upgrading.apt b/src/site/apt/upgrading.apt index b4d3cc2c..949ebddc 100644 --- a/src/site/apt/upgrading.apt +++ b/src/site/apt/upgrading.apt @@ -12,6 +12,9 @@ should help most users the project update their applications: Some issues have been resolved which make the WebServiceTemplate more useable in Plain Old XML settings, and less SOAP-specific. + * The various overloaded <<>> methods have been renamed to aid comprehension. The method signature + now reflects what is sent (eg. a Source), and what is received (eg. a Result). + * The <<>> method <<>> has been renamed to <<>>, since it was poorly named.