From fc61d46d70b177bd6b7653447ffc32e13ae18cab Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Fri, 12 Jul 2024 15:29:36 -0700 Subject: [PATCH] Remove mention of new steps from change log Signed-off-by: Daniel Widdis --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5468088b1..63453dc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased 2.x](https://github.com/opensearch-project/flow-framework/compare/2.14...2.x) ### Features - Support editing of certain workflow fields on a provisioned workflow ([#757](https://github.com/opensearch-project/flow-framework/pull/757)) -- Add allow_delete parameter to Deprovision API and add DeleteIndex, DeleteIngestPipeline, and DeleteSearchPipeline Workflow Steps ([#763](https://github.com/opensearch-project/flow-framework/pull/763)) +- Add allow_delete parameter to Deprovision API ([#763](https://github.com/opensearch-project/flow-framework/pull/763)) ### Enhancements - Register system index descriptors through SystemIndexPlugin.getSystemIndexDescriptors ([#750](https://github.com/opensearch-project/flow-framework/pull/750))