From 8e2987bbf03730c1940e049d014c036639712549 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 18 Aug 2020 11:00:28 +0200 Subject: [PATCH] DOC Update changelog (#744) --- docs/changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5be5bc611..09b0ce328 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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*