From b489fd3562ca001c9c38d9d32257414ffc91e35f Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Tue, 3 Sep 2024 07:45:09 +0200 Subject: [PATCH] Format fix Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 96045e9d..82c7e1b1 100644 --- a/CHANGES +++ b/CHANGES @@ -23,7 +23,7 @@ v3.0.13 - 2024-Sep-03 [PR #3216 - @eduar-hte] - Remove several string copies and unnecessary heap allocations [PR #3222 - @eduar-hte] - - Creating a std::string with a null pointer\ + - Creating a std::string with a null pointer is undefined behaviour [PR #3220 - @eduar-hte] - Simplifiy configuration to build using std C++17