From 7d86c03c65ef120efeb2b3c60d99424345c2d453 Mon Sep 17 00:00:00 2001 From: amassalha Date: Fri, 26 Jan 2024 08:53:37 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9253c1b452..b1546648c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1483,7 +1483,7 @@ Deprecated `basic_csv_options` functions removed: Defect fixes: -- Fixes GCC 9.2 warning: �class jsoncons::json_exception� +- Fixes GCC 9.2 warning: class jsoncons::json_exception has virtual functions and accessible non-virtual destructor, contributed by KonstantinPlotnikov.