duftler 2002/06/09 21:19:04
Modified: java/docs changes.html
Log:
Created an item for v2.3.1.
Revision Changes Path
1.25 +12 -6 xml-soap/java/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/xml-soap/java/docs/changes.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.html 10 Jun 2002 04:15:19 -0000 1.24
+++ changes.html 10 Jun 2002 04:19:04 -0000 1.25
@@ -16,6 +16,18 @@
most recent version is at the top.</p>
<ul>
+ <li><A name="v2.3.1"><STRONG>Version 2.3.1</STRONG></A>
+ <ul>
+ <li>Added logic to use xsi:nil, instead of xsi:null,
+ when using the 2001 Schema spec.</li>
+ <li>Fixed behavior when the 1999 or 2000 schema URI
+ is specified so that the serialization logic uses
+ the older version of both the xsi and the xsd namespaces;
+ it was previously just using the older xsd namespace.</li>
+ </ul>
+ </li>
+</ul>
+<ul>
<LI><A name="v2.3"><STRONG>Version 2.3</STRONG></A>
<UL>
<LI>Changed default schema to 2001 spec.
@@ -263,12 +275,6 @@
when unmarshalling.
<LI>Changed unmarshalling of xsi:null to be just as
liberal as BooleanDeserializer is in what it accepts.
- <LI>Added logic to use xsi:nil, instead of xsi:null,
- when using the 2001 Schema spec.
- <LI>Fixed behavior when the 1999 or 2000 schema URI
- is specified so that the serialization logic uses
- the older version of both the xsi and the xsd namespaces;
- it was previously just using the older xsd namespace.
</UL>
</UL>
<UL>