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.
This commit is contained in:
Russ Cam 2019-10-03 19:00:33 +10:00 committed by Yannick Welsch
parent 0a14bb174f
commit 3bb17a0c28
1 changed files with 1 additions and 4 deletions

View File

@ -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]