From 746c06f77c0d308e68d203f14884419b481a2e2f Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 5 May 2024 07:08:39 -0400 Subject: [PATCH] Correct 3.12.14 release notes --- release-notes/3.12.14.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/release-notes/3.12.14.md b/release-notes/3.12.14.md index 1b84fb7083..9109ae1393 100644 --- a/release-notes/3.12.14.md +++ b/release-notes/3.12.14.md @@ -79,12 +79,6 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https:// #### Bug Fixes - * Set default `sort` query parameter value for better compatibility with an external - Prometheus scraper. Note that the [built-in Prometheus plugin](https://www.rabbitmq.com/docs/prometheus) - is the recommended way of [monitoring](https://www.rabbitmq.com/docs/monitoring) RabbitMQ using Prometheus-compatible tools. - - GitHub issue: [#10610](https://github.com/rabbitmq/rabbitmq-server/pull/10610) - * When a tab (Connections, Queues and Streams, etc) is switched, a table configuration pane from the previously selected tab is now hidden.