From 861dd238737f539996a57d92b26a93cc9634c95c Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 19 May 2026 17:22:36 -0400 Subject: [PATCH] Add changelog for runner updates --- changelog/4524.changed.md | 1 + changelog/4524.fixed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/4524.changed.md create mode 100644 changelog/4524.fixed.md diff --git a/changelog/4524.changed.md b/changelog/4524.changed.md new file mode 100644 index 000000000..72084c7ca --- /dev/null +++ b/changelog/4524.changed.md @@ -0,0 +1 @@ +- Updated the development runner startup banner to show the prebuilt client URL once and list enabled or disabled transports with install hints. diff --git a/changelog/4524.fixed.md b/changelog/4524.fixed.md new file mode 100644 index 000000000..71a12771e --- /dev/null +++ b/changelog/4524.fixed.md @@ -0,0 +1 @@ +- Fixed the development runner so missing optional transport dependencies disable only their related routes instead of failing startup in all-transport mode.