From a5e21ba75a6debc235abe027176c2cf5b894ce68 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Wed, 17 Mar 2021 10:05:58 +0100 Subject: [PATCH] DOC Add Safari compatibility in release notes (#1332) --- docs/project/changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/project/changelog.md b/docs/project/changelog.md index ca751abda..2e1a16b48 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -13,9 +13,11 @@ substitutions: ## Version [Unreleased] ### Improvements to package loading and dynamic linking -- {{Enhancement}} Uses the emscripten preload plugin system to preload .so files in packages -- {{Enhancement}} Support for shared library packages. This is used for CLAPACK which makes scipy a lot smaller. - [#1236] https://github.com/iodide-project/pyodide/pull/1236 +- {{ Enhancement }} Uses the emscripten preload plugin system to preload .so files in packages +- {{ Enhancement }} Support for shared library packages. This is used for CLAPACK which makes scipy a lot smaller. + [#1236](https://github.com/iodide-project/pyodide/pull/1236) +- {{ Fix }} Pyodide and included packages can now be used with Safari v14+. + Safari v13 has also been observed to work on some (but not all) devices. ### Python / JS type conversions - {{ Feature }} A `JsProxy` of a Javascript `Promise` or other awaitable object is now a