From ff2867c7999fe864261e7ae8e1349cbf0201a1e8 Mon Sep 17 00:00:00 2001 From: Elena Khaustova Date: Wed, 15 Jan 2025 16:44:06 +0000 Subject: [PATCH] Updated release notes Signed-off-by: Elena Khaustova --- kedro-datasets/RELEASE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index 9616c15c6..c1404d9b7 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -3,10 +3,8 @@ ## Bug fixes and other changes +- Added a parameter to enable/disable lazy saving for `PartitionedDataset`. - Replaced `trufflehog` with `detect-secrets` for detecting secrets within a code base. - -## Bug fixes and other changes - - Fix polars.CSVDataset `save` method on Windows using `utf-8` as default encoding. ## Breaking Changes