From af6353089c06efc05aa0b9a8ce1df460b1a07f6f Mon Sep 17 00:00:00 2001 From: Beuc Date: Thu, 10 Sep 2020 12:55:38 +0200 Subject: [PATCH] ChangeLog.md: typo (#12147) --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 37222735fecb4..178a53571661c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -81,7 +81,7 @@ Current Trunk (#11319) - Python2 is no longer supported by Emscripten. Emsdk now includes a bundled copy of Python3 on both macOS and Windows. This means that only non-emsdk - users and linux users should be effected by this change. + users and linux users should be affected by this change. - Store exceptions metadata in wasm memory instead of JS. This makes exception handling almost 100% thread-safe. (#11518)