From 3cd60db171fd43c09950856a10082a7778a43fe6 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 16 Dec 2024 11:49:44 -0800 Subject: [PATCH] fix --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index fb191d96b14c2..ffbe23ccb3f95 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -29,7 +29,7 @@ See docs/process.md for more on how version tagging works. the Wasm module. This will be lowered away by babel when targeting older browsers. (#23068) - Due to the discontinued support for invalid specializations of -- `std::basic_string` (https://github.com/llvm/llvm-project/pull/72694), the + `std::basic_string` (https://github.com/llvm/llvm-project/pull/72694), the support for `std::basic_string` was removed from embind. (#23070) - The minimum supported versions of browser engines that we support were updated