2001-08-28 Christopher Podurgiel <cpodurgiel@msn.com>
[mono.git] / mcs / class / System / System.Configuration / ChangeLog
1 2001-08-28  Christopher Podurgiel <cpodurgiel@msn.com>
2         * IConfigurationSectionHandler.cs: Added reference to System.Xml.
3         
4         * SingleTagSectionHandler.cs: Added Implementation of Create() method.
5         
6         * NameValueSectionHandler.cs: Added Implementation of Create() method.
7         
8         * ConfigurationException.cs: Now returns proper message rather than "System Exception".
9
10 2001-08-26  Christopher Podurgiel <cpodurgiel@msn.com>
11
12         * ConfigurationSettings.cs: No longer references the NameValueSectionHandler      directly.  Instead it uses System.Reflection to call the Create() method                for the appropriate SectionHandler as defined in the .config file.
13