[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite_2.0 / ChangeLog
index 29ec8e6be17bf9d07b2f95c948547b0c6f418a5a..d1fb5972d1040513b5a02c47469680fe5298ab91 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SQLiteConnection.cs : remove Console.WriteLine().
+
 2009-06-18  Marek Habersack  <mhabersack@novell.com>
 
        * UnsafeNativeMethods.cs: added import of the old sqlite3_open
@@ -38,8 +42,8 @@
 
 2007-06-03  Kamil Skalski  <nazgul@nemerle.org>
 
-       * SQLiteConvert.cs: Port function for converting native UTF8 string\r
-      into managed string from the old SqliteClient implementation.\r
+       * SQLiteConvert.cs: Port function for converting native UTF8 string
+      into managed string from the old SqliteClient implementation.
       Use it instead of PtrToStrAuto, which fails on Windows.
 
 2007-02-20  Marek Habersack  <grendello@gmail.com>