From 4011a3e0fc9fa5490c6627d6aa59f23902687dd9 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Fri, 22 Sep 2023 09:56:56 -0700 Subject: [PATCH] Update changelog --- docs/project/changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/project/changelog.md b/docs/project/changelog.md index de00c99d5f6..19986b4419c 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -16,9 +16,14 @@ myst: ## Unreleased -- {{ Fix }} Fixed `LONG_BIT definition appears wrong for platform` error happened in out-of-tree build. +- {{ Fix }} Fixed `LONG_BIT definition appears wrong for platform` error + happened in out-of-tree build. {pr}`4136` +- {{ Fix }} `pyodide.checkInterrupt` works when there is no interrupt buffer and + the gil is not held. + {pr}`4164` + ### Load time & size optimizations - {{ Performance }} Do not use `importlib.metadata` when identifying installed packages,