2003-02-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / ChangeLog
index a7523bd02dd4af20e9e06d5eb7e3a9bc0145cb09..91c957cfea7ffcefbc50eca3da3eff9946a168a0 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlQualifiedName.cs : fixed GetHashCode() to avoid null reference
+       * XmlTextReader.cs : fixed ReadAttributeValue() to handle 
+               entity reference, and some refactory.
+
 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * XmlUrlResolver.cs : WebClient.Credentials was not implemented yet.