From 678996ecbbcc8ee4ba2823d8e96db5f07260a362 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 ddd27ffa9..f78063a89 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. + ### Changed - Updated RTD notebooks to fix their behavior @@ -36,6 +40,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 @@ -57,7 +63,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