From dd4f668ffc6f18cc3703e56b158824d4ae08c493 Mon Sep 17 00:00:00 2001 From: martinpkr Date: Sat, 1 Jun 2024 13:30:47 +0300 Subject: [PATCH] Added a chagelog entry Signed-off-by: martinpkr --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5021e3f14..375525627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Enhancements - Add Workflow Step for Reindex from source index to destination ([#718](https://github.com/opensearch-project/flow-framework/pull/718)) - Add param to delete workflow API to clear status even if resources exist ([#719](https://github.com/opensearch-project/flow-framework/pull/719)) - +- Add a utility method to parse Float and Boolean values if they exist ([#721](https://github.com/opensearch-project/flow-framework/pull/721)) ### Bug Fixes - Add user mapping to Workflow State index ([#705](https://github.com/opensearch-project/flow-framework/pull/705))