added NET_2_0 strongly typed overrides
[mono.git] / mcs / class / corlib / Mono.Xml / ChangeLog
index e0cd1b043b28dd115bf34f588ecad22d07381d8a..2fbc0ef534957e3e5a29daff5517c2c1ea4824f5 100644 (file)
@@ -1,3 +1,27 @@
+2005-06-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SmallXmlParser.cs, SecurityParser.cs : they can be CLSCompliant now.
+
+2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SmallXmlParser.cs,
+         SecurityParser.cs : Use new SmallXmlParser.cs instead of MiniParser.
+
+2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * MiniParser.cs: Fixed warning (l4) for unused variables. Removed
+       duplicate (and identical) license.
+
+2004-05-14  Marek Safar  <marek.safar@seznam.cz>
+
+       * MiniParser.cs, SecurityParser.cs: [CLSCompliant (false)]
+       only for public mode.
+
+2003-07-05  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * SecurityParser.cs: Parse an XML string and convert it to a
+       SecurityElement object.
+
 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * MiniParser.cs: Renamed namespace to match new location.