merge -r 53370:58178
[mono.git] / mcs / class / corlib / System.Text / ChangeLog
index 119ab26f0b5344d62b88daddce3f5c9f8ff638d0..fc05c491023eb3cc44450fb1beb83e6f30d39773 100644 (file)
@@ -1,32 +1,3 @@
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoder.cs : added new GetByteCount()/GetBytes() overloads.
-         Added FallbackBuffer.
-       * Decoder.cs : added new GetCharCount()/GetChars() overloads.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * EncodingInfo.cs : new file.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : Sealed. Added the overload which has
-         throwOnInvalid parameter.
-       * NormalizationForm.cs : removed [Serializable].
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * Encoding.cs : added UTF32.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : surrogate pairs vanished in GetBytes() when the 
-         endianness is big.
-
-2005-11-28  Atsushi Enomoto  <atsushi@ximian.com>
-
-       * UTF32Encoding.cs : new file.
-
 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ASCIIEncoding.cs, Latin1Encoding.cs : added EncoderFallback support.