2003-03-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / ChangeLog
index 1a17c47d52878239e5c96c902d56bd2fe0356ff0..69888b08fddcafb3bfe748688b489fd3a30f717a 100755 (executable)
@@ -1,3 +1,8 @@
+2003-03-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlSerializer.cs : Serialize() don't write xmldecl when WriteState is
+         not WriteState.Start, and never call WriteEndDocument().
+
 2003-03-12  Elan Feingold <efeingold@mn.rr.com>
 
        * XmlCustomFormatter.cs: Correct signature, Implement