diff --git a/release/changelog.txt b/release/changelog.txt index 5fd279da..1780a232 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -8,6 +8,9 @@ Package org.springframework.oxm.castor * CastorMarshaller uses a XMLClassDescriptorResolver instead of a Mapping (#SWS-54) * CastorMarshaller marshals to DOM trees correctly (#SWS-59) +Package org.springframework.ws.context +* Refactored MessageContextFactory, SoapMessageContextFactory and implementations into WebServiceMessageFactory + Package org.springframework.ws.soap * Added setId() method to Attachment, to set the Content-ID of MIME attachments (#SWS-53) * Added getResult() to SoapFaultDetail (#SWS-57)