From ce29ed76882d0bbbebf594a55fff78f6d1560428 Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Tue, 12 Dec 2023 08:06:53 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4437da10a..25cbdff68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Fixed + +- Fixed inaccuracies in task packing exposed by no longer uploading null attributes upon dispatch. + ### Added - Added CRM method to handle Python to TF value conversion (e.g. None->null, True->true, False->false). @@ -55,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added feature to use custom python files as modules to be used in the electron function +- Automatic file transfer strategy selection for various (source, destination) pairings +- Framework for building sublattices in new-style executors ### Changed @@ -76,7 +82,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reduced number of assets to upload when submitting a dispatch. - Handled RecursionError on get results for a long running workflow. - Fixed functional tests. -- Fixed inaccuracies in task packing exposed by no longer uploading null attributes upon dispatch. ### Operations