From 56a35d303f77c2684567e7b1bee7ee480d6f9030 Mon Sep 17 00:00:00 2001 From: Huong Nguyen <32060364+Huongg@users.noreply.github.com> Date: Thu, 30 May 2024 14:33:25 +0100 Subject: [PATCH] Update RELEASE.md Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> Signed-off-by: Huong Nguyen <32060364+Huongg@users.noreply.github.com> --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 2b58167aea..4053b27c4a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,7 +15,7 @@ Please follow the established format: ## Bug fixes and other changes - Fix broken URL when active pipeline name changes on initial load. (#1914) -- Fix bug related to tag filtering and sharing via stateful URL. (#1878) +- Fix bug related to tag filtering and sharing with stateful URL. (#1878) - Update settings panel design (#1875) - Migrate from CircleCi to Github Actions. (#1876) - Refactor backend integration with Kedro by replacing bootstrap_project with configure_project. (#1796)