mirror of https://github.com/pyodide/pyodide.git
DOC Update changelog for 0.18.1 release [skip ci](#1820)
This commit is contained in:
parent
13d757de74
commit
ee1d9199d2
|
@ -13,6 +13,14 @@ substitutions:
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
### Console
|
||||||
|
|
||||||
- {{Fix}} Ctrl+C handling in console now works correctly with multiline input.
|
- {{Fix}} Ctrl+C handling in console now works correctly with multiline input.
|
||||||
|
@ -20,19 +28,21 @@ substitutions:
|
||||||
console.
|
console.
|
||||||
{pr}`1790`
|
{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.
|
- {{Fix}} The "long output truncated" message now appears on a separate line as intended.
|
||||||
{pr}`1814`
|
{pr}`1814`
|
||||||
|
|
||||||
|
### Python package
|
||||||
|
|
||||||
|
- {{Fix}} Avoid circular references when runsource raises SyntaxError
|
||||||
|
{pr}`1758`
|
||||||
|
|
||||||
### Python / JavaScript type conversions
|
### Python / JavaScript type conversions
|
||||||
|
|
||||||
- {{Fix}} Conversion of very large strings from Javascript to Python works
|
- {{Fix}} Conversion of very large strings from Javascript to Python works
|
||||||
again. {pr}`1806`
|
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
|
### Packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue