From 6ac01365c6a3784b16b85495663f7b8165ca98f4 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 26 Sep 2021 21:21:02 -0700 Subject: [PATCH] Update changelog for build fix --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c4ec2a8..4a54b32cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Improved handling of paired delimiters, particularly in C, C++ and C#. +### Build + +Fix compilation for systems where the C++ compiler defaulted to a +version of C++ older than C++14. + ## 0.10 ### Parsing