DOC Update changelog for 0.18.1 release [skip ci](#1820)

This commit is contained in:
Roman Yurchak 2021-09-07 17:12:39 +02:00 committed by GitHub
parent 13d757de74
commit ee1d9199d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 5 deletions

View File

@ -13,6 +13,14 @@ substitutions:
## Unreleased
### pyodide-build
- By default only a minimal set of packages is built. To build all packages set
`PYODIDE_PACKAGES='*'` In addition, `make minimal` was removed, since it is
now equivalent to `make` without extra arguments. {pr}`1801`
## Version 0.18.1 (unreleased)
### Console
- {{Fix}} Ctrl+C handling in console now works correctly with multiline input.
@ -20,19 +28,21 @@ substitutions:
console.
{pr}`1790`
- {{Fix}} Fix the repr of Python objects (including lists and dicts) in console {pr}`1780`
- {{Fix}} The "long output truncated" message now appears on a separate line as intended.
{pr}`1814`
### Python package
- {{Fix}} Avoid circular references when runsource raises SyntaxError
{pr}`1758`
### Python / JavaScript type conversions
- {{Fix}} Conversion of very large strings from Javascript to Python works
again. {pr}`1806`
### pyodide-build
- By default only a minimal set of packages is built. To build all packages set
`PYODIDE_PACKAGES='*'` In addition, `make minimal` was removed, since it is
now equivalent to `make` without extra arguments. {pr}`1801`
### Packages