From 64ea54b728b57db1d173729f11f3461093a1a1c9 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 76c2a9720..02051923c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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