From 3f3f53a355f74d06d2a9de314ffb0917baef46c3 Mon Sep 17 00:00:00 2001 From: Joshua Palis Date: Tue, 19 Mar 2024 00:06:08 +0000 Subject: [PATCH] Updating release notes Signed-off-by: Joshua Palis --- .../opensearch-flow-framework.release-notes-2.13.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md index e6f758a8a..d3f5d1e14 100644 --- a/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md +++ b/release-notes/opensearch-flow-framework.release-notes-2.13.0.0.md @@ -13,6 +13,7 @@ Compatible with OpenSearch 2.13.0 * Added an optional workflow_step param to the get workflow steps API ([#538](https://github.com/opensearch-project/flow-framework/pull/538)) * Add created, updated, and provisioned timestamps to saved template ([#551](https://github.com/opensearch-project/flow-framework/pull/551)) * Enable Flow Framework by default ([#553](https://github.com/opensearch-project/flow-framework/pull/553)) +* Adding new exception type for workflow step failures ([#577](https://github.com/opensearch-project/flow-framework/pull/577)) ### Refactoring * Moved workflow-steps.json to Enum ([#523](https://github.com/opensearch-project/flow-framework/pull/523))