From 599a6e3c483217854d0617a3b0250cf30c049e7c Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Thu, 11 Jan 2024 09:09:46 -0500 Subject: [PATCH 1/2] Fix --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 898fd0ffaf..74b781cd56 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -8,7 +8,7 @@ [discrete] [[bug-fixes-8.11.4]] ==== Bug fixes -* Stops the {esql} tab from rendering until you click on it in Timeline({pull}173484[#173484]). +* Stops the **{esql}** tab from rendering until you click on it in Timeline({pull}173484[#173484]). * Adds a feature flag (`timelineEsqlTabDisabled`) to hide the **{esql}** tab in Timeline ({pull}174029[#174029]). * Removes the default query from the **{esql}** tab in Timeline ({pull}174393[#174393]). * Fixes a bug that caused the **Add to Case** action to fail if you didn't add a comment before isolating and releasing a host ({pull}172912[#172912]). From e569d0de9547e448c876fbc18a76eb09efd3c58e Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Thu, 11 Jan 2024 09:11:35 -0500 Subject: [PATCH 2/2] Adds missing space --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 74b781cd56..b0f390cb4a 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -8,7 +8,7 @@ [discrete] [[bug-fixes-8.11.4]] ==== Bug fixes -* Stops the **{esql}** tab from rendering until you click on it in Timeline({pull}173484[#173484]). +* Stops the **{esql}** tab from rendering until you click on it in Timeline ({pull}173484[#173484]). * Adds a feature flag (`timelineEsqlTabDisabled`) to hide the **{esql}** tab in Timeline ({pull}174029[#174029]). * Removes the default query from the **{esql}** tab in Timeline ({pull}174393[#174393]). * Fixes a bug that caused the **Add to Case** action to fail if you didn't add a comment before isolating and releasing a host ({pull}172912[#172912]).