2010-05-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System.Configuration / System.Configuration.Provider / ChangeLog
index 77791faaa8c8fa7a756d60daa1e34734780edbc0..d90eb8e1cc78b7f468e42cacc323d9b9b2a1e89c 100644 (file)
@@ -1,3 +1,18 @@
+2008-05-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ProviderBase.cs: Use String.IsNullOrEmpty inside 2.0 code.
+       [Found using Gendarme]
+
+2007-08-31  Gert Driesen  <drieseng@users.souceforge.net>
+
+       * ProviderBase.cs: Remove "description" key from NameValueCollection.
+       Use provider name as description if description is null or a zero
+       length string. Modifies exception messages to match MS. 
+
+2006-12-02  Marek Habersack  <grendello@gmail.com>
+
+       * ProviderBase.cs: Throw exceptions as per documentation.
+
 2006-05-05  Chris Toshok  <toshok@ximian.com>
 
        * ProviderBase.cs (Initialize): don't die if config == null.