DOC Add Safari compatibility in release notes (#1332)

This commit is contained in:
Roman Yurchak 2021-03-17 10:05:58 +01:00 committed by GitHub
parent 9baffb6b7f
commit a5e21ba75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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