From b6a34a89e1e0a5a18575088f995eefe7901994bf Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Tue, 10 Sep 2024 07:07:55 -0600 Subject: [PATCH] docs(datasets): add change description for release Signed-off-by: Deepyaman Datta --- kedro-datasets/RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index 109d4e6fe..3191076cf 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -16,6 +16,8 @@ * Refactored all datasets to set `fs_args` defaults in the same way as `load_args` and `save_args` and not have hardcoded values in the save methods. ## Breaking Changes +* Exposed `load` and `save` publicly for each dataset. This requires Kedro version 0.19.7 or higher. + ## Community contributions Many thanks to the following Kedroids for contributing PRs to this release: * [Brandon Meek](https://github.com/bpmeek)