2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / System.Xml / ChangeLog
1 2004-03-18  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XmlDataDocument.cs : Fixed incorrect cast in OnDataTableRowAdded().
4           This fixes bug #54505.
5
6 2003-07-31  Duncan Mak  <duncan@ximian.com>
7
8         * XmlDataDocument.cs (BaseURI):
9         (InnerXml):
10         (IsReadOnly):
11         (this):
12         (LocalName):
13         (Name):
14         (OwnerDocument):
15         (WriteContentTo):
16         (WriteTo): Removed, these do not need to be redefined, as
17         they are inherited from XmlDocument already.
18
19         (CreateElement): simplifed the
20         implementation. XmlDocument.CreateElement can handle String.Empty
21         and null just fine.
22
23 2003-03-12  Alan Tam <Tam@SiuLung.com>
24
25         * XmlDataDocument.cs: Still need to print tag for the DataSet if there
26         is no data at all.
27         
28 2003-01-27  Ville Palo <vi64pa@koti.soon.fi>
29
30         * ChangeLog: Added this file.
31         * XmlDataDocument.cs: Some little fixes.