From 7fac492c870a7f0dffdceed13bdf2a042188bb1c 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c35865f7..225f28b86 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 ### 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