mirror of https://github.com/pyodide/pyodide.git
Update CHANGELOG
This commit is contained in:
parent
c3c2f10bc5
commit
1a9e72b91f
|
@ -1,7 +1,12 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Version 0.12.0
|
||||||
|
|
||||||
**User improvements:**
|
**User improvements:**
|
||||||
|
|
||||||
|
- Packages with pure Python wheels can now be loaded directly from PyPI. See
|
||||||
|
`docs/pypi.md` for more information.
|
||||||
|
|
||||||
- Thanks to PEP 562, you can now `import js` from Python and use it to access
|
- Thanks to PEP 562, you can now `import js` from Python and use it to access
|
||||||
anything in the global Javascript namespace.
|
anything in the global Javascript namespace.
|
||||||
|
|
||||||
|
@ -13,6 +18,8 @@
|
||||||
- Passing an `ArrayBuffer` from Javascript to Python now correctly creates
|
- Passing an `ArrayBuffer` from Javascript to Python now correctly creates
|
||||||
a `memoryview` object.
|
a `memoryview` object.
|
||||||
|
|
||||||
|
- Pyodide now works on Safari.
|
||||||
|
|
||||||
## Version 0.11.0
|
## Version 0.11.0
|
||||||
|
|
||||||
**User improvements:**
|
**User improvements:**
|
||||||
|
|
Loading…
Reference in New Issue