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.