From d0be5316092642e760d17b6d107386df1ad55bf4 Mon Sep 17 00:00:00 2001 From: gitgud5000 <17186026+gitgud5000@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:49:50 -0400 Subject: [PATCH] chore: Added comments of changes in . Signed-off-by: gitgud5000 <17186026+gitgud5000@users.noreply.github.com> --- kedro-datasets/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index 109d4e6fe..d9414b594 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -14,13 +14,14 @@ ## Bug fixes and other changes * 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. +* Fixed bug related to loading/saving models from/to remote storage using `TensorFlowModelDataset`. ## Breaking Changes ## Community contributions Many thanks to the following Kedroids for contributing PRs to this release: * [Brandon Meek](https://github.com/bpmeek) * [yury-fedotov](https://github.com/yury-fedotov) - +* [gitgud5000](https://github.com/gitgud5000) # Release 4.1.0 ## Major features and improvements