Procházet zdrojové kódy

forgot changelog.

svn path=/trunk/mcs/; revision=56919
Atsushi Eno před 20 roky
rodič
revize
7fc6c818a1
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      mcs/class/System.XML/System.Xml/ChangeLog

+ 6 - 0
mcs/class/System.XML/System.Xml/ChangeLog

@@ -1,3 +1,9 @@
+2006-02-16  Atsushi Enomoto <[email protected]>
+
+	* XmlDocument.cs XmlTextReader.cs : in ReadNode(), we can avoid
+	  extraneous whitespace node creation for XmlTextReader by setting
+	  WhitespaceHandling.Significant when PreserveWhitespace is false.
+
 2006-02-16  Atsushi Enomoto <[email protected]>
 
 	* XmlTextReader.cs : atomize whitespace values. It effectively saves