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:
parent
0a14bb174f
commit
3bb17a0c28
|
@ -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])
|
||||
* Upgrade to lucene snapshot 8.3.0-snapshot-8dd116a6158 {pull}45604[#45604] (issue: {issue}43976[#43976])
|
||||
|
|
Loading…
Reference in New Issue