From 3bb17a0c28159a7bd7d86d1918f184a9878571f6 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Thu, 3 Oct 2019 19:00:33 +1000 Subject: [PATCH] Remove string interning from release notes (#47489) This commit removes the string interning issue and PR from the 7.4.0 release notes. The PR https://github.com/elastic/elasticsearch/pull/41039 was closed and not merged. --- docs/reference/release-notes/7.4.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/release-notes/7.4.asciidoc b/docs/reference/release-notes/7.4.asciidoc index a0d602e8652..a21d81c1947 100644 --- a/docs/reference/release-notes/7.4.asciidoc +++ b/docs/reference/release-notes/7.4.asciidoc @@ -151,9 +151,6 @@ Engine:: * Async IO Processor release before notify {pull}43682[#43682] * Enable indexing optimization using sequence numbers on replicas {pull}43616[#43616] (issue: {issue}34099[#34099]) -Features/Features:: -* Disable String interning on field names for JSON parsing {pull}41039[#41039] (issue: {issue}39890[#39890]) - Features/ILM:: * Add node setting for disabling SLM {pull}46794[#46794] (issue: {issue}38461[#38461]) * Include in-progress snapshot for a policy with get SLM policy API {pull}45245[#45245] @@ -530,4 +527,4 @@ Network:: * Upgrade to Netty 4.1.38 {pull}45132[#45132] Search:: -* Upgrade to lucene snapshot 8.3.0-snapshot-8dd116a6158 {pull}45604[#45604] (issue: {issue}43976[#43976]) \ No newline at end of file +* Upgrade to lucene snapshot 8.3.0-snapshot-8dd116a6158 {pull}45604[#45604] (issue: {issue}43976[#43976])