From 27e0b4f248834e1f12214dd5b824b743362e5e18 Mon Sep 17 00:00:00 2001 From: Cyrille Bogaert Date: Fri, 5 Nov 2021 21:37:13 +0100 Subject: [PATCH] DOC Update changelog about runPythonAsync (#1931) --- docs/project/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/project/changelog.md b/docs/project/changelog.md index 96804a5eb..0b9452919 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -454,6 +454,8 @@ See the {ref}`0-17-0-release-notes` for more information. Pyodide to use instead of `languagePluginURL` and `languagePluginLoader`. The change is currently backwards compatible, but the old approach is deprecated. {pr}`1363` +- `runPythonAsync` now accepts `globals` parameter. + {pr}`1914` ### micropip