DOC Update changelog (#744)

This commit is contained in:
Roman Yurchak 2020-08-18 11:00:28 +02:00 committed by GitHub
parent a5f3a2ba07
commit 8e2987bbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,18 @@
## Version 0.16.0
*Unreleased*
- pyodide now includes CPython 3.8.2.
- Pyodide now includes CPython 3.8.2
[#712](https://github.com/iodide-project/pyodide/pull/712)
- FIX Only call `Py_INCREF()` once when proxied by PyProxy
[#708](https://github.com/iodide-project/pyodide/pull/708)
- Updated docker image to Debian buster
- FIX Infer package tarball directory from source url
[#687](https://github.com/iodide-project/pyodide/pull/687)
- Updated to emscripten 1.38.31
[#674](https://github.com/iodide-project/pyodide/pull/674)
- New packages: freesasa, lxml, python-sat, traits, astropy
- Updated packages: numpy 1.15.4, pandas 1.0.5 among others.
## Version 0.15.0
*May 19, 2020*