From 90fa4b03910e236d6cca9f4ab084b73a03301e18 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Mon, 17 Apr 2017 22:50:25 +0200 Subject: [PATCH] FString allocates no new memory if the size sufficient --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 726c2ddd..30d28307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2017-04-17 Markus Gans * Speed up FString::setNumber() by using a decimal string lookup table - * FString allocates no new memory if the size sufficient. + * FString allocates no new memory if the size sufficient 2017-04-15 Markus Gans * Fix unsigned integer underflow in FString::_insert()