From 2efe35dc81dac0cc4f1a2291f13696522cadf191 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:00:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/project/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project/changelog.md b/docs/project/changelog.md index 021d7e9825f..e0ce085dfef 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -20,7 +20,7 @@ myst: {pr}`5334` {pr}`5363` - ABI break: Switched to using WebAssembly exception handling for C++ errors, Rust panics, and setjmp/longjmp. Projects and build system helpers that have previously set the -`-fexceptions` compilation flag **must** switch to using `-fwasm-exceptions`. {pr}`5320` + `-fexceptions` compilation flag **must** switch to using `-fwasm-exceptions`. {pr}`5320` - Added `jiter` 0.8.2 {pr}`5388` - Added the `context` parameter to `WebLoop.create_task()` {pr}`5431`