From 995dba307c9dd9e27dd602c3e1d5250c7d556643 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 13 Jun 2020 11:20:23 -0400 Subject: [PATCH] [LANG-1559] convert Sting to StringBuilder in some test code. #544. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c7d13cb4..812f5350f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The type attribute can be add,update,fix,remove. Fix typos #539. Ignored exception `ignored`, should not be called so #540. Simplify if as some conditions are covered by others #543. + Convert Sting to StringBuilder in some test code. #544.