From 96ebce8c007bb8811a466bd59ab1aaee5cd5b64c Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 15 Dec 2024 23:03:10 -0500 Subject: [PATCH] 4.0.5 release notes update --- release-notes/4.0.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/4.0.5.md b/release-notes/4.0.5.md index 3c1156d2b1..f480d75d09 100644 --- a/release-notes/4.0.5.md +++ b/release-notes/4.0.5.md @@ -65,7 +65,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https:// #### Enhancements - * For virtual hosts that have a [default queue type]() configured, the DQT value is now injected into + * For virtual hosts that have a [default queue type](https://www.rabbitmq.com/docs/vhosts#default-queue-type) configured, the DQT value is now injected into queue definitions in exported definition documents. GitHub issue: [#12776](https://github.com/rabbitmq/rabbitmq-server/issues/12776)