From ad282243f1acc09616e6246dd36e46520e399aee Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Tue, 27 Feb 2024 21:40:17 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198455be5..76c2a9720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Sublattice electron function strings are now parsed correctly +- The keys of dictionary inputs to electrons no longer need be strings. +- Fixed inaccuracies in task packing exposed by no longer uploading null attributes upon dispatch. ### Operations @@ -115,8 +117,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. -- The keys of dictionary inputs to electrons no longer need be strings. ### Operations