From 1f56a357d9ef35a3f1d602c55fabaf8f45006258 Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Mon, 8 Apr 2024 19:34:08 -0400 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e6a1376..2d2858101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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. +- Improved memory overhead for operations involving TransportableObject ### Operations