From 57ef6f26424074daf546af2ed3f2f7df84ff3eb6 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:51:48 +0530 Subject: [PATCH] Add CHANGELOG entry for #14 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f3b2a..42c2de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ` 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.