lalala
[mono.git] / mcs / class / corlib / System.IO / ChangeLog
index 3c23be07c187b083c22324b1aa949e8512a5b818..bb20c936c2068df5435de79c3f4a7b1413911993 100644 (file)
@@ -1,3 +1,13 @@
+2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * BufferedStream.cs: On Position change, do not reset the buffer if the
+       new position is in the limits of the buffer. This fixes #49403.
+
+2003-04-03  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Path.cs : ChangeExtension() does not remove dot(.) when extension is
+         an empty string.
+
 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * FileSystemInfo.cs: Added InternalRefresh, a virtual method that derived