From 64024211898ec573885e36fc9bfc310ce83a86aa Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Sat, 25 Jan 2025 16:01:15 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077c237..4279a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added support for constraining indirect dependencies via +- Added support for constraining resolved requirements via `micropip.install(..., constraints=[...])`. and `micropip.set_constraints([...])` [#177](https://github.com/pyodide/micropip/pull/177)