From 7f30a7cb8bb3d306220471f239710630b19d46a3 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 17 Jun 2021 12:01:04 +0100 Subject: [PATCH] etl::basic_string::copy is now const and does not affect the 'truncated' flag. --- support/Release notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Release notes.txt b/support/Release notes.txt index 979920f6..6cab183b 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,6 +1,6 @@ =============================================================================== 20.11.2 -etl::basic_string::copy is not const and does not affect truncation flags. +etl::basic_string::copy is now const and does not affect truncation flags. =============================================================================== 20.11.1