diff --git a/changelog.txt b/changelog.txt index f361535c..a3a42876 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,9 +4,15 @@ http://www.springframework.org/spring-ws Changes in version 1.0-RC1 ------------------------- +Package org.springframework.oxm.castor +* fixed #SWS-88: Allow CastorMarshaller to accept more than one mapping file + Package org.springframework.ws.server.endpoint * added XPathPayloadEndpointMapping (#SWS-85). +Package org.springframework.ws.soap.saaj +* fixed #SWS-87: AbstractSoapMessage.getPayloadSource returns null with Axis SAAJ + Package org.springframework.ws.soap.security.xwss.callback * DefaultTimestapValidator now handles timestamps with milliseconds correctly (#SWS-89)