mirror of https://github.com/pyodide/pyodide.git
Fix misplaced changelog entry [skip ci] (#3527)
This commit is contained in:
parent
db4f068d54
commit
f4f097542c
|
@ -44,6 +44,11 @@ myst:
|
|||
|
||||
### Build System
|
||||
|
||||
- {{ Enhancement}} Add `--build-dependencies` to pyodide build command
|
||||
to fetch and build dependencies of a package being built.
|
||||
Also adds `--skip-dependency` to ignore selected dependencies.
|
||||
{pr}`3310`
|
||||
|
||||
- {{ Enhancement }} Improved logging in `pyodide-build` with rich.
|
||||
{pr}`3442`
|
||||
|
||||
|
@ -116,10 +121,6 @@ _January 3, 2023_
|
|||
|
||||
[See the release notes for a summary.](https://blog.pyodide.org/posts/0.22-release/)
|
||||
|
||||
- {{ Enhancement}} Add `--build-dependencies` to pyodide build command to fetch and build dependencies of a package being
|
||||
built. Also adds `--skip-dependency` to ignore selected dependencies.
|
||||
{pr}`3310`
|
||||
|
||||
### Deployment and testing
|
||||
|
||||
- {{ Breaking }} `pyodide-cdn2.iodide.io` is not available anymore. Please use
|
||||
|
|
Loading…
Reference in New Issue