From 42f5a32f02071aff07d088465cd7287e7afe7c44 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 17 Jul 2026 15:22:48 +0000 Subject: [PATCH] Add changelog Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01JFbRtswu7rsHrttJFauUUb --- changelog.d/19979.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19979.misc diff --git a/changelog.d/19979.misc b/changelog.d/19979.misc new file mode 100644 index 0000000000..3210329a56 --- /dev/null +++ b/changelog.d/19979.misc @@ -0,0 +1 @@ +Port the logcontext machinery (`LoggingContext`, `ContextResourceUsage` and the current-context storage) to Rust.