Skip to content

Commit

Permalink
Add CHANGELOG entry for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 22, 2024
1 parent fc23181 commit 57ef6f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Changed

- The `pyodide config list` command now displays additional config variables
derived from the Python `sysconfig` module. These variables may also be accessed
through `pyodide config get <variable name>` for use in out-of-tree builds.
[#14](https://github.com/pyodide/pyodide-build/pull/14)

## [0.27.3] - 2024/07/17

- It is now possible to override `_f2c_fixes.py` file, with `_f2c_fixes_wrapper` variable.
Expand Down

0 comments on commit 57ef6f2

Please sign in to comment.