From a50fbc9af5fe7302b6cc60f967195b03647de935 Mon Sep 17 00:00:00 2001 From: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:46:20 +0100 Subject: [PATCH] Update RELEASE.md Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e80e7f112d..19621ea499 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,7 +13,7 @@ * Made packaged Kedro projects return `session.run()` output to be used when running it in the interactive environment. * Enhanced `OmegaConfigLoader` configuration validation to detect duplicate keys at all parameter levels, ensuring comprehensive nested key checking. -**Note:** ``KedroDataCatalog`` is an experimental feature, so please mind possible breaking changes while using it. +**Note:** ``KedroDataCatalog`` is an experimental feature and is under active development. Therefore, it is possible we'll introduce breaking changes to this class, so be mindful of that if you decide to use it already. Let us know if you have any feedback about the ``KedroDataCatalog`` or ideas for new features. ## Bug fixes and other changes * Fixed bug where using dataset factories breaks with `ThreadRunner`.