diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1f54ec0a545..7ed1702075627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Refactor to move prepareIndex and prepareDelete methods to Engine class ([#19551](https://github.com/opensearch-project/OpenSearch/pull/19551)) ### Fixed -- [WLM] add a check to stop workload group deletion having rules ([#19502](https://github.com/opensearch-project/OpenSearch/pull/19502)) - Fix flaky test FieldDataLoadingIT.testIndicesFieldDataCacheSizeSetting ([#19571](https://github.com/opensearch-project/OpenSearch/pull/19571)) ### Dependencies diff --git a/release-notes/opensearch.release-notes-3.3.0.md b/release-notes/opensearch.release-notes-3.3.0.md index 27b0082f4c103..52d39bf4b71cc 100644 --- a/release-notes/opensearch.release-notes-3.3.0.md +++ b/release-notes/opensearch.release-notes-3.3.0.md @@ -53,6 +53,7 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0 * Harden the circuit breaker and failure handle logic in query result consumer ([#19396](https://github.com/opensearch-project/OpenSearch/pull/19396)) * Add streaming cardinality aggregator ([#19484](https://github.com/opensearch-project/OpenSearch/pull/19484)) * Disable request cache for streaming aggregation queries ([#19520](https://github.com/opensearch-project/OpenSearch/pull/19520)) +* [WLM] add a check to stop workload group deletion having rules ([#19502](https://github.com/opensearch-project/OpenSearch/pull/19502)) ### Changed * Refactor `if-else` chains to use `Java 17 pattern matching switch expressions` ([#18965](https://github.com/opensearch-project/OpenSearch/pull/18965))