Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Text/ChangeLog')
-rwxr-xr-xmcs/class/corlib/System.Text/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Text/ChangeLog b/mcs/class/corlib/System.Text/ChangeLog
index ab7b1da3d02..8ba8eaf2a08 100755
--- a/mcs/class/corlib/System.Text/ChangeLog
+++ b/mcs/class/corlib/System.Text/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-31 Ben Maurer <bmaurer@ximian.com>
+
+ * StringBuilder.cs (Remove): We need to do the check that the
+ string isnt being cached *before* we munge it.
+
2005-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* StringBuilder.cs: when creating the StringBuilder from a string, the