From d36260cbc132e51f4c1954081d16f9218c7abd47 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 16 Nov 2006 11:11:23 +0000 Subject: [PATCH] --- release/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) 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)