Update CHANGELOG

This commit is contained in:
Michael Droettboom 2019-05-03 13:45:50 -04:00
parent c3c2f10bc5
commit 1a9e72b91f
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,12 @@
## Unreleased
## Version 0.12.0
**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
anything in the global Javascript namespace.
@ -13,6 +18,8 @@
- Passing an `ArrayBuffer` from Javascript to Python now correctly creates
a `memoryview` object.
- Pyodide now works on Safari.
## Version 0.11.0
**User improvements:**