From 2971abd4bdccfd3cc01185d3094267e8a1ba6225 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 2 Apr 2007 09:53:39 +0000 Subject: [PATCH] --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index 941bc7f4..cb1d7b72 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,9 @@ 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.oxm.jibx +* fixed #SWS-97: OXM Marshal encoding definition + Package org.springframework.omx.xstream * fixed #SWS-100: Cannot set DateConverter in XStreamMarshaller.setConverters(Converter[])